Go to the source code of this file.
◆ $autoload_available
$autoload_available = include_once($autoload_path) |
◆ $autoload_path
$autoload_path = dirname(__DIR__) . '/vendor/autoload.php' |
◆ $autoloader_setup
$autoloader_setup = (require_once "$lib_dir/autoloader.php") |
◆ $lib_dir
$lib_dir = __DIR__ . "/lib" |
This file is used to make all of Elgg's code available without going through the boot process.
Useful for internal testing purposes.
@access private
Definition at line 9 of file load.php.
◆ $lib_files