You are here

constant XAUTOLOAD_SRC_DIR in X Autoload 7.5

2 uses of XAUTOLOAD_SRC_DIR
_xautoload_autoload_temp in ./xautoload.early.lib.inc
Temporary loader callback, to avoid any module_load_include() while building the real autoloader.
_xautoload_register in ./xautoload.early.lib.inc
Creates and registers the xautoload class loader.

File

./xautoload.early.lib.inc, line 11

Code

define('XAUTOLOAD_SRC_DIR', __DIR__ . '/src');