Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
const | BP dirname(__DIR__) |
const | VENDOR_PATH BP . '/app/etc/vendor_path.php' |
if(!file_exists(VENDOR_PATH)) | $vendorDir = require VENDOR_PATH |
$vendorAutoload = BP . "/{$vendorDir}/autoload.php" | |
if(file_exists($vendorAutoload)) | else |
$vendorAutoload = BP . "/{$vendorDir}/autoload.php" |
Definition at line 26 of file autoload.php.
if (!file_exists(VENDOR_PATH)) $vendorDir = require VENDOR_PATH |
Definition at line 25 of file autoload.php.
const BP dirname(__DIR__) |
Shortcut constant for the root directory
Definition at line 14 of file autoload.php.
if (file_exists( $vendorAutoload)) else |
Definition at line 31 of file autoload.php.
const VENDOR_PATH BP . '/app/etc/vendor_path.php' |
Definition at line 16 of file autoload.php.