Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
$baseDir = realpath(__DIR__ . '/../../../../') | |
$testsBaseDir = $baseDir . '/dev/tests/static' | |
$autoloadWrapper = \Magento\Framework\Autoload\AutoloaderRegistry::getAutoloader() | |
$generatedCode = DirectoryList::getDefaultConfig()[DirectoryList::GENERATED_CODE][DirectoryList::PATH] | |
$autoloadWrapper = \Magento\Framework\Autoload\AutoloaderRegistry::getAutoloader() |
Definition at line 13 of file autoload.php.
$baseDir = realpath(__DIR__ . '/../../../../') |
Definition at line 9 of file autoload.php.
$generatedCode = DirectoryList::getDefaultConfig()[DirectoryList::GENERATED_CODE][DirectoryList::PATH] |
Definition at line 24 of file autoload.php.
$testsBaseDir = $baseDir . '/dev/tests/static' |
Definition at line 12 of file autoload.php.