Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ModuleHandler::$cacheBackend | property | core/ |
Cache backend for storing module hook implementation information. |
| ModuleHandler::$cacheNeedsWriting | property | core/ |
Whether the cache needs to be written. |
| ModuleHandler::$hookInfo | property | core/ |
Information returned by hook_hook_info() implementations. |
| ModuleHandler::$implementations | property | core/ |
List of hook implementations keyed by hook name. |
| ModuleHandler::$includeFileKeys | property | core/ |
A list of module include file keys. |
| ModuleHandler::$loaded | property | core/ |
Boolean indicating whether modules have been loaded. |
| ModuleHandler::$loadedFiles | property | core/ |
List of loaded files. |
| ModuleHandler::$moduleList | property | core/ |
List of installed modules. |
| ModuleHandler::$root | property | core/ |
The app root. |
| ModuleHandler::$verified | property | core/ |
List of hooks where the implementations have been "verified". |
| ModuleHandler::add | function | core/ |
Adds a module or profile to the list of currently active modules. |
| ModuleHandler::addModule | function | core/ |
Adds a module to the list of currently active modules. |
| ModuleHandler::addProfile | function | core/ |
Adds an installation profile to the list of currently active modules. |
| ModuleHandler::alter | function | core/ |
Passes alterable variables to specific hook_TYPE_alter() implementations. |
| ModuleHandler::alterDeprecated | function | core/ |
Passes alterable variables to deprecated hook_TYPE_alter() implementations. |
| ModuleHandler::buildHookInfo | function | core/ |
Builds hook_hook_info() information. |
| ModuleHandler::buildImplementationInfo | function | core/ |
Builds hook implementation information for a given hook name. |
| ModuleHandler::buildModuleDependencies | function | core/ |
Determines which modules require and are required by each module. |
| ModuleHandler::getHookInfo | function | core/ |
Retrieves a list of hooks that are declared through hook_hook_info(). |
| ModuleHandler::getImplementationInfo | function | core/ |
Provides information about modules' implementations of a hook. |
| ModuleHandler::getImplementations | function | core/ |
Determines which modules are implementing a hook. |
| ModuleHandler::getModule | function | core/ |
Returns a module extension object from the currently active modules list. |
| ModuleHandler::getModuleDirectories | function | core/ |
Returns an array of directories for all enabled modules. Useful for tasks such as finding a file that exists in all module directories. |
| ModuleHandler::getModuleList | function | core/ |
Returns the list of currently active modules. |
| ModuleHandler::getName | function | core/ |
Gets the human readable name of a given module. |
| ModuleHandler::implementsHook | function | core/ |
Returns whether a given module implements a given hook. |
| ModuleHandler::invoke | function | core/ |
Invokes a hook in a particular module. |
| ModuleHandler::invokeAll | function | core/ |
Invokes a hook in all enabled modules that implement it. |
| ModuleHandler::invokeAllDeprecated | function | core/ |
Invokes a deprecated hook in all enabled modules that implement it. |
| ModuleHandler::invokeDeprecated | function | core/ |
Invokes a deprecated hook in a particular module. |
| ModuleHandler::isLoaded | function | core/ |
Returns whether all modules have been loaded. |
| ModuleHandler::load | function | core/ |
Includes a module's .module file. |
| ModuleHandler::loadAll | function | core/ |
Loads all enabled modules. |
| ModuleHandler::loadAllIncludes | function | core/ |
Loads an include file for each enabled module. |
| ModuleHandler::loadInclude | function | core/ |
Loads a module include file. |
| ModuleHandler::moduleExists | function | core/ |
Determines whether a given module is enabled. |
| ModuleHandler::parseDependency | function | core/ |
Parses a dependency for comparison by drupal_check_incompatibility(). |
| ModuleHandler::reload | function | core/ |
Reloads all enabled modules. |
| ModuleHandler::resetImplementations | function | core/ |
Resets the cached list of hook implementations. |
| ModuleHandler::setModuleList | function | core/ |
Sets an explicit list of currently active modules. |
| ModuleHandler::triggerDeprecationError | function | core/ |
Triggers an E_USER_DEPRECATED error if any module implements the hook. |
| ModuleHandler::verifyImplementations | function | core/ |
Verifies an array of implementations loaded from the cache, by including the lazy-loaded $module.$group.inc, and checking function_exists(). |
| ModuleHandler::writeCache | function | core/ |
Write the hook implementation info to the cache. |
| ModuleHandler::__construct | function | core/ |
Constructs a ModuleHandler object. |
| ModuleHandlerDeprecatedHookTest | class | core/ |
Test whether deprecated hook invocations trigger errors. |
| ModuleHandlerDeprecatedHookTest.php | file | core/ |
|
| ModuleHandlerDeprecatedHookTest::$modules | property | core/ |
Modules to enable. |
| ModuleHandlerDeprecatedHookTest::testAlterDeprecated | function | core/ |
@covers ::alterDeprecated[[api-linebreak]] @expectedDeprecation The deprecated alter hook hook_deprecated_alter_alter() is implemented in these functions: deprecation_test_deprecated_alter_alter. Alter something else. |
| ModuleHandlerDeprecatedHookTest::testInvokeAllDeprecated | function | core/ |
@covers ::invokeAllDeprecated[[api-linebreak]] @expectedDeprecation The deprecated hook hook_deprecated_hook() is implemented in these functions: deprecation_test_deprecated_hook(). Use something else. |
| ModuleHandlerDeprecatedHookTest::testInvokeDeprecated | function | core/ |
@covers ::invokeDeprecated[[api-linebreak]] @expectedDeprecation The deprecated hook hook_deprecated_hook() is implemented in these functions: deprecation_test_deprecated_hook(). Use something else. |
Pagination
- Previous page
- Page 1024
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.