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 |
---|---|---|---|
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. |
ModuleHandlerInterface::writeCache | function | core/ |
Does not do anything. |
ModuleHandlerTest | class | core/ |
Tests ModuleHandler functionality. |
ModuleHandlerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Extension\ModuleHandler[[api-linebreak]] |
ModuleHandlerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Extension\ModuleHandler[[api-linebreak]] @runTestsInSeparateProcesses |
ModuleHandlerTest.php | file | core/ |
|
ModuleHandlerTest.php | file | core/ |
|
ModuleHandlerTest.php | file | core/ |
|
ModuleHandlerTest::$eventDispatcher | property | 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::setUp | function | core/ |
@covers ::__construct[[api-linebreak]] |
ModuleHandlerTest::testAddModule | function | core/ |
Tests adding a module. |
ModuleHandlerTest::testAddProfile | function | core/ |
Tests adding a profile. |
ModuleHandlerTest::testDependencyResolution | function | core/ |
Tests dependency resolution. |
ModuleHandlerTest::testGetModuleDirectories | function | core/ |
@covers ::getModuleDirectories[[api-linebreak]] |
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/ |
@covers ::getModule[[api-linebreak]] |
ModuleHandlerTest::testGetNameDeprecation | function | core/ |
Tests deprecation of getName() function. |
ModuleHandlerTest::testGroupIncludes | function | core/ |
@covers ::getHookListeners[[api-linebreak]] |
ModuleHandlerTest::testHasImplementations | function | core/ |
Tests hasImplementations. |
ModuleHandlerTest::testImplementsHookModuleEnabled | function | core/ |
Tests implementations methods when module is enabled. |
ModuleHandlerTest::testInvalidGetName | function | core/ |
Tests requesting the name of an invalid module. |
ModuleHandlerTest::testInvokeAll | function | core/ |
Tests invoke all. |
ModuleHandlerTest::testInvokeModuleEnabled | function | core/ |
Tests invoke methods when module is enabled. |
ModuleHandlerTest::testIsLoaded | function | core/ |
Tests isLoaded accessor. |
ModuleHandlerTest::testLoadAllIncludes | function | core/ |
@covers ::loadAllIncludes[[api-linebreak]] @group legacy |
ModuleHandlerTest::testLoadAllModules | function | core/ |
Tests loading all modules. |
ModuleHandlerTest::testLoadInclude | function | core/ |
Tests loadInclude(). |
ModuleHandlerTest::testLoadModule | function | core/ |
Tests loading a module. |
ModuleHandlerTest::testModuleExists | function | core/ |
Tests module exists returns correct module status. |
ModuleHandlerTest::testModuleList | function | core/ |
The basic functionality of retrieving enabled modules. |
ModuleHandlerTest::testModuleMetaData | function | core/ |
Tests whether the correct module metadata is returned. |
ModuleHandlerTest::testModuleReloading | function | core/ |
Tests reload method. |
ModuleHandlerTest::testModuleStreamWrappers | function | core/ |
Tests whether module-provided stream wrappers are registered properly. |
ModuleHandlerTest::testOopPreprocess | function | core/ |
Tests Oop preprocess functions. |
Pagination
- Previous page
- Page 25
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.