You are here

Functions in X Autoload 7.3

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_xautoload ./xautoload.api.php Implements hook_xautoload()
libraries_xautoload ./xautoload.module Implements hook_xautoload on behalf of libraries module
mymodule_libraries_info ./xautoload.api.php Implements hook_libraries_info()
xautoload ./xautoload.early.inc Get a service object from the registry. Services are lazy-created first time you need them. 1 4
xautoload_boot ./xautoload.module Implements hook_boot()
xautoload_custom_theme ./xautoload.module Implements hook_custom_theme() We only do this because that's the first hook to fire after bootstrap. 1
xautoload_enable ./xautoload.install Implements hook_enable()
xautoload_form_system_performance_settings_alter ./xautoload.module Implements hook_form_FORM_ID_alter() with FORM_ID = "system_performance_settings"
xautoload_get_finder ./xautoload.early.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_modules_enabled ./xautoload.module Implements hook_modules_enabled()
xautoload_modules_installed ./xautoload.module Implements hook_modules_installed()
xautoload_module_implements_alter ./xautoload.module Implements hook_module_implements_alter()
xautoload_registry_files_alter ./xautoload.module Implements hook_registry_files_alter()
xautoload_simpletest_alter ./xautoload.module Implements hook_simpletest_alter().
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_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.inc Temporary loader callback, to avoid any module_load_include() while building the real autoloader. 1 1
_xautoload_register ./xautoload.early.inc Create and register the xautoload class loader. Register the xautoload prefix, but don't register any Drupal-specific stuff yet. 1
_xautoload_register_drupal ./xautoload.module Register Drupal-related namespaces and prefixes in the xautoload loader. 1
_xautoload_test_1_early_boot_observations tests/test_1/xautoload_test_1.module Test the current state, and remember it. 2
_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. 2
_xautoload_test_2_json tests/test_2/xautoload_test_2.module Page callback for "xautoload-example/json" 1

Other projects