The `getStoreId` function is a method used in the PHP Magento framework's `Object` class. It is used to retrieve the unique identifier (ID) of the current store within the Magento store hierarchy. This function is commonly used for accessing and manipulating store-specific data and configurations in Magento-based websites.
PHP Magento\Framework Object::getStoreId - 17 examples found. These are the top rated real world PHP examples of Magento\Framework\Object::getStoreId extracted from open source projects. You can rate examples to help us improve the quality of examples.