You are here

Functions in X Autoload 7.5

Primary tabs

Namesort descending Location Description Direct uses Strings
EXAMPLE_foo ./xautoload.api.php Example method showing how to register namespaces from anywhere.
hook_xautoload ./xautoload.api.php Implements hook_xautoload()
mymodule_libraries_info ./xautoload.api.php Implements hook_libraries_info()
xautoload ./xautoload.early.lib.inc Get a service object from the registry. Services are lazy-created first time you need them. 15
xautoload_boot ./xautoload.module Implements hook_boot()
xautoload_custom_theme ./xautoload.module Implements hook_custom_theme()
xautoload_form_system_performance_settings_alter ./xautoload.ui.inc Implements hook_form_FORM_ID_alter() with FORM_ID = "system_performance_settings"
xautoload_get_finder ./xautoload.early.lib.inc Get the class finder object. This is the public version of _xautoload_finder().
xautoload_init ./xautoload.module Implements hook_init()
xautoload_install ./xautoload.install Implements hook_install()
xautoload_libraries_info_alter ./xautoload.libraries.inc Implements hook_libraries_info_alter()
xautoload_modules_enabled ./xautoload.system.inc Implements hook_modules_enabled()
xautoload_module_implements_alter ./xautoload.module Implements hook_module_implements_alter()
xautoload_registry_files_alter ./xautoload.system.inc Implements hook_registry_files_alter()
xautoload_system_theme_info ./xautoload.module Implements hook_system_theme_info().
xautoload_test_1_boot tests/test_1/xautoload_test_1.module Implements hook_boot()
xautoload_test_1_menu tests/test_1/xautoload_test_1.module Implements hook_menu()
xautoload_test_2_boot tests/test_2/xautoload_test_2.module Implements hook_boot()
xautoload_test_2_menu tests/test_2/xautoload_test_2.module Implements hook_menu()
xautoload_test_3_boot tests/test_3/xautoload_test_3.module Implements hook_boot()
xautoload_test_3_menu tests/test_3/xautoload_test_3.module Implements hook_menu()
xautoload_test_4_enable tests/test_4/xautoload_test_4.install Implements hook_module_enable()
xautoload_test_4_menu tests/test_4/xautoload_test_4.module Implements hook_menu()
xautoload_test_4_theme tests/test_4/xautoload_test_4.module Implements hook_theme()
xautoload_test_4_xautoload tests/test_4/xautoload_test_4.module Implements hook_xautoload().
xautoload_test_5_boot tests/test_5/xautoload_test_5.module Implements hook_boot()
xautoload_test_5_enable tests/test_5/xautoload_test_5.install Implements hook_module_enable()
xautoload_test_5_theme tests/test_5/xautoload_test_5.module Implements hook_theme()
xautoload_uninstall ./xautoload.install Implements hook_uninstall()
xautoload_update_7000 ./xautoload.install Implements hook_update_N()
_MYMODULE_autoload ./xautoload.emulate.inc The autoload callback for this specific module, used if xautoload is not present. 1
_MYMODULE_include ./xautoload.emulate.inc Register a dedicated class loader only for this module.
_xautoload_autoload_temp ./xautoload.early.lib.inc Temporary loader callback, to avoid any module_load_include() while building the real autoloader. 1
_xautoload_register ./xautoload.early.lib.inc Creates and registers the xautoload class loader. 3
_xautoload_register_drupal ./xautoload.module Registers Drupal-related namespaces and prefixes in the xautoload loader, and activates the APC (or similar) cache, if enabled. 1
_xautoload_test_1_early_boot_observations tests/test_1/xautoload_test_1.module Test the current state, and remember it. 1
_xautoload_test_1_json tests/test_1/xautoload_test_1.module Page callback for "xautoload-example/json" 1
_xautoload_test_2_early_boot_observations tests/test_2/xautoload_test_2.module Test the current state, and remember it. 1
_xautoload_test_2_json tests/test_2/xautoload_test_2.module Page callback for "xautoload-example/json" 1
_xautoload_test_3_early_boot_observations tests/test_3/xautoload_test_3.module Test the current state, and remember it. 1
_xautoload_test_3_json tests/test_3/xautoload_test_3.module Page callback for "xautoload-example/json" 1

Other projects