Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (ReadFactory $readFactory) | |
getPaths () | |
Data Fields | |
const | MAGENTO_BASE_PACKAGE_COMPOSER_JSON_FILE = 'magento/magento2-base/composer.json' |
const | COMPOSER_KEY_EXTRA = 'extra' |
const | COMPOSER_KEY_MAP = 'map' |
Information about the Magento base package.
Definition at line 14 of file BasePackageInfo.php.
__construct | ( | ReadFactory | $readFactory | ) |
getPaths | ( | ) |
Get the list of files and directory paths from magento-base extra/map section.
Definition at line 43 of file BasePackageInfo.php.
const COMPOSER_KEY_EXTRA = 'extra' |
Definition at line 18 of file BasePackageInfo.php.
const COMPOSER_KEY_MAP = 'map' |
Definition at line 20 of file BasePackageInfo.php.
const MAGENTO_BASE_PACKAGE_COMPOSER_JSON_FILE = 'magento/magento2-base/composer.json' |
Definition at line 16 of file BasePackageInfo.php.