You are here

constant XAUTOLOAD_LIB_DIR in X Autoload 7.4

Same name and namespace in other branches
  1. 7.5 xautoload.early.lib.inc \XAUTOLOAD_LIB_DIR
  2. 7.3 xautoload.early.inc \XAUTOLOAD_LIB_DIR
2 uses of XAUTOLOAD_LIB_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
Create and register the xautoload class loader. Register the xautoload prefix, but don't register any Drupal-specific stuff yet.

File

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

Code

define('XAUTOLOAD_LIB_DIR', dirname(__FILE__) . '/lib');