Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
autoload.php File Reference

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]
 

Variable Documentation

◆ $autoloadWrapper

Definition at line 13 of file autoload.php.

◆ $baseDir

$baseDir = realpath(__DIR__ . '/../../../../')

Definition at line 9 of file autoload.php.

◆ $generatedCode

$generatedCode = DirectoryList::getDefaultConfig()[DirectoryList::GENERATED_CODE][DirectoryList::PATH]

Definition at line 24 of file autoload.php.

◆ $testsBaseDir

$testsBaseDir = $baseDir . '/dev/tests/static'

Definition at line 12 of file autoload.php.