Search for handle
- Search 7.x for handle
- Search 9.5.x for handle
- Search 8.9.x for handle
- Search 10.3.x for handle
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ModuleHandler::getModuleDirectories | function | core/ |
Returns an array of directories for all enabled modules. |
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::hasImplementations | function | core/ |
Determines whether there are implementations of a 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::invokeAllWith | function | core/ |
Executes a callback for each implementation of a hook. |
ModuleHandler::invokeDeprecated | function | core/ |
Invokes a deprecated hook in a particular module. |
ModuleHandler::isLoaded | function | core/ |
Returns whether all modules have been loaded. |
ModuleHandler::legacyInvoke | function | core/ |
Calls a function called $module . '_' . $hook if one exists. |
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::reload | function | core/ |
Reloads all enabled modules. |
ModuleHandler::reOrderModulesForAlter | function | core/ |
Reorder modules for alters. |
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::triggerErrorForDuplicateAlterHookListener | function | core/ |
Triggers an error on duplicate alter listeners. |
ModuleHandler::writeCache | function | core/ |
Does not do anything. |
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 install. |
ModuleHandlerDeprecatedHookTest::testAlterDeprecated | function | core/ |
@covers ::alterDeprecated[[api-linebreak]] |
ModuleHandlerDeprecatedHookTest::testInvokeAllDeprecated | function | core/ |
@covers ::invokeAllDeprecated[[api-linebreak]] |
ModuleHandlerDeprecatedHookTest::testInvokeDeprecated | function | core/ |
@covers ::invokeDeprecated[[api-linebreak]] |
ModuleHandlerDeprecatedHookUnimplementedTest | class | core/ |
Test whether unimplemented deprecated hook invocations trigger errors. |
ModuleHandlerDeprecatedHookUnimplementedTest.php | file | core/ |
|
ModuleHandlerDeprecatedHookUnimplementedTest::testUnimplementedHooks | function | core/ |
@covers ::alterDeprecated[[api-linebreak]] @covers ::invokeAllDeprecated[[api-linebreak]] @covers ::invokeDeprecated[[api-linebreak]] |
ModuleHandlerInterface | interface | core/ |
Interface for classes that manage a set of enabled modules. |
ModuleHandlerInterface.php | file | core/ |
|
ModuleHandlerInterface::addModule | function | core/ |
Adds a module to the list of currently active modules. |
ModuleHandlerInterface::addProfile | function | core/ |
Adds an installation profile to the list of currently active modules. |
ModuleHandlerInterface::alter | function | core/ |
Passes alterable variables to specific hook_TYPE_alter() implementations. |
ModuleHandlerInterface::alterDeprecated | function | core/ |
Passes alterable variables to deprecated hook_TYPE_alter() implementations. |
ModuleHandlerInterface::buildModuleDependencies | function | core/ |
Determines which modules require and are required by each module. |
ModuleHandlerInterface::getHookInfo | function | core/ |
Retrieves a list of hooks that are declared through hook_hook_info(). |
ModuleHandlerInterface::getModule | function | core/ |
Returns a module extension object from the currently active modules list. |
ModuleHandlerInterface::getModuleDirectories | function | core/ |
Returns an array of directories for all enabled modules. |
ModuleHandlerInterface::getModuleList | function | core/ |
Returns the list of currently active modules. |
ModuleHandlerInterface::getName | function | core/ |
Gets the human readable name of a given module. |
ModuleHandlerInterface::hasImplementations | function | core/ |
Determines whether there are implementations of a hook. |
ModuleHandlerInterface::invoke | function | core/ |
Invokes a hook in a particular module. |
ModuleHandlerInterface::invokeAll | function | core/ |
Invokes a hook in all enabled modules that implement it. |
ModuleHandlerInterface::invokeAllDeprecated | function | core/ |
Invokes a deprecated hook in all enabled modules that implement it. |
ModuleHandlerInterface::invokeAllWith | function | core/ |
Executes a callback for each implementation of a hook. |
Pagination
- Previous page
- Page 24
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.