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
- Search 11.x for handle
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
Tests alter deprecated. |
| ModuleHandlerDeprecatedHookTest::testInvokeAllDeprecated | function | core/ |
Tests invoke all deprecated. |
| ModuleHandlerDeprecatedHookTest::testInvokeDeprecated | function | core/ |
Tests invoke deprecated. |
| ModuleHandlerDeprecatedHookUnimplementedTest | class | core/ |
Test whether unimplemented deprecated hook invocations trigger errors. |
| ModuleHandlerDeprecatedHookUnimplementedTest.php | file | core/ |
|
| ModuleHandlerDeprecatedHookUnimplementedTest::testUnimplementedHooks | function | core/ |
Tests unimplemented hooks. |
| ModuleHandlerInterface | interface | core/ |
Interface for classes that manage a set of enabled modules. |
| ModuleHandlerInterface.php | file | core/ |
|
| 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::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::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. |
| ModuleHandlerInterface::invokeDeprecated | function | core/ |
Invokes a deprecated hook in a particular module. |
| ModuleHandlerInterface::isLoaded | function | core/ |
Returns whether all modules have been loaded. |
| ModuleHandlerInterface::load | function | core/ |
Includes a module's .module file. |
| ModuleHandlerInterface::loadAll | function | core/ |
Loads all enabled modules. |
| ModuleHandlerInterface::loadAllIncludes | function | core/ |
Loads an include file for each enabled module. |
| ModuleHandlerInterface::loadInclude | function | core/ |
Loads a module include file. |
| ModuleHandlerInterface::moduleExists | function | core/ |
Determines whether a given module is enabled. |
| ModuleHandlerInterface::reload | function | core/ |
Reloads all enabled modules. |
| ModuleHandlerInterface::resetImplementations | function | core/ |
Resets the cached list of hook implementations. |
| ModuleHandlerInterface::setModuleList | function | core/ |
Sets an explicit list of currently active modules. |
| ModuleHandlerTest | class | core/ |
Tests Drupal\Core\Extension\ModuleHandler. |
| ModuleHandlerTest | class | core/ |
Tests Drupal\Core\Extension\ModuleHandler. |
| ModuleHandlerTest | class | core/ |
Tests ModuleHandler functionality. |
| ModuleHandlerTest.php | file | core/ |
|
| ModuleHandlerTest.php | file | core/ |
|
| ModuleHandlerTest.php | file | core/ |
|
| ModuleHandlerTest::$modules | property | core/ |
Modules to install. |
| ModuleHandlerTest::assertHasResetHookImplementations | function | core/ |
Asserts whether certain hook implementations exist. |
| ModuleHandlerTest::assertModuleList | function | core/ |
Assert that the extension handler returns the expected values. |
| ModuleHandlerTest::getModuleHandler | function | core/ |
Get a module handler object to test. |
| ModuleHandlerTest::moduleHandler | function | core/ |
Returns the ModuleHandler. |
| ModuleHandlerTest::moduleInstaller | function | core/ |
Returns the ModuleInstaller. |
| ModuleHandlerTest::testDependencyResolution | function | core/ |
Tests dependency resolution. |
| ModuleHandlerTest::testGetModuleDirectories | function | core/ |
Tests get module directories. |
| ModuleHandlerTest::testGetModuleList | function | core/ |
Confirm we get back the modules set in the constructor. |
| ModuleHandlerTest::testGetModuleWithExistingModule | function | core/ |
Confirm we get back a module from the module list. |
| ModuleHandlerTest::testGetModuleWithNonExistingModule | function | core/ |
Tests get module with non existing module. |
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.