Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (ServiceLocatorInterface $serviceLocator, DeploymentConfig $deploymentConfig) | |
getType () | |
getData () | |
getMenuItems () | |
getMainItems () | |
getTitles () | |
Data Fields | |
const | NAV_INSTALLER = 'navInstaller' |
const | NAV_UPDATER = 'navUpdater' |
Definition at line 12 of file Navigation.php.
__construct | ( | ServiceLocatorInterface | $serviceLocator, |
DeploymentConfig | $deploymentConfig | ||
) |
ServiceLocatorInterface | $serviceLocator | |
DeploymentConfig | $deploymentConfig |
Definition at line 38 of file Navigation.php.
getData | ( | ) |
getMainItems | ( | ) |
Retrieve array of menu items
Returns only items with 'main' equal to TRUE
Definition at line 91 of file Navigation.php.
getMenuItems | ( | ) |
Retrieve array of menu items
Returns only items with 'nav' equal to TRUE
Definition at line 74 of file Navigation.php.
getTitles | ( | ) |
getType | ( | ) |
const NAV_INSTALLER = 'navInstaller' |
#+ Types of wizards
Definition at line 17 of file Navigation.php.
const NAV_UPDATER = 'navUpdater' |
Definition at line 18 of file Navigation.php.