You are here

function hook_autoload_lookup_alter in Autoload 7.2

Allow modules to add/remove definitions.

In general, this hook ought to be used for providing autoloading for external dependencies.

Parameters

\AutoloadCache $autoload: The autoloading cache.

See also

\AutoloadCache::rebuild()

1 function implements hook_autoload_lookup_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

autoload_test_lookup_autoload_lookup_alter in tests/autoload_test_lookup/autoload_test_lookup.module
Implements hook_autoload_lookup_alter().
1 invocation of hook_autoload_lookup_alter()
AutoloadCache::rebuild in ./autoload.cache.inc
Rebuild the autoloading map.

File

./autoload.api.php, line 19
Autoload API.

Code

function hook_autoload_lookup_alter(\AutoloadCache $autoload) {
}