Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (\Magento\Store\Model\StoreManagerInterface $storeManager) | |
process ($pathInfo) | |
Data Fields | |
const | ALL_STORE_CODE = 'all' |
Class PathProcessor
Definition at line 14 of file PathProcessor.php.
__construct | ( | \Magento\Store\Model\StoreManagerInterface | $storeManager | ) |
\Magento\Store\Model\StoreManagerInterface | $storeManager |
Definition at line 27 of file PathProcessor.php.
process | ( | $pathInfo | ) |
Process path info
string | $pathInfo |
NoSuchEntityException |
Definition at line 53 of file PathProcessor.php.
const ALL_STORE_CODE = 'all' |
Store code alias to indicate that all stores should be affected by action
Definition at line 17 of file PathProcessor.php.