Log in
Model

Information

Magento\Store\Model\Information

What it does

This class retrieves and formats store information configured in the admin panel, such as store name, address, phone number, and business hours.

Developers use it when they need to display store contact details on the frontend (like in footer, contact pages) or in emails.

It provides methods to get store information as a DataObject or as a formatted address string.

Public Methods

  • getStoreInformationObject()
  • getFormattedAddress()