Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ModuleHandler::isLoaded | function | core/ |
Returns whether all modules have been loaded. |
| ModuleHandler::loadAllIncludes | function | core/ |
Loads an include file for each enabled module. |
| ModuleHandler::moduleExists | function | core/ |
Determines whether a given module is enabled. |
| ModuleHandler::resetImplementations | function | core/ |
Resets the cached list of hook implementations. |
| ModuleHandler::setModuleList | function | core/ |
Sets an explicit list of currently active modules. |
| ModuleHandler::verifyImplementations | function | core/ |
Verifies an array of implementations loaded from 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 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::buildModuleDependencies | function | core/ |
Determines which modules require and are required by each module. |
| 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::isLoaded | function | core/ |
Returns whether all modules have been loaded. |
| ModuleHandlerInterface::loadAllIncludes | function | core/ |
Loads an include file for each enabled module. |
| ModuleHandlerInterface::moduleExists | function | core/ |
Determines whether a given module is enabled. |
| 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/ |
@coversDefaultClass \Drupal\Core\Extension\ModuleHandler[[api-linebreak]] @runTestsInSeparateProcesses |
| ModuleHandlerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Extension\ModuleHandler[[api-linebreak]] |
| ModuleHandlerTest | class | core/ |
Tests ModuleHandler functionality. |
| ModuleHandlerTest.php | file | core/ |
|
| ModuleHandlerTest.php | file | core/ |
|
| ModuleHandlerTest.php | file | core/ |
|
| ModuleHandlerTest::$cacheBackend | property | core/ |
The mocked cache backend. |
| ModuleHandlerTest::$modules | property | core/ |
Modules to install. |
| 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::testCachedGetImplementations | function | core/ |
Tests getImplementations. |
| ModuleHandlerTest::testCachedGetImplementationsMissingMethod | function | core/ |
Tests getImplementations. |
| ModuleHandlerTest::testDependencyResolution | function | core/ |
Tests dependency resolution. |
| ModuleHandlerTest::testGetHookInfo | function | core/ |
Tests hook_hook_info() fetching through getHookInfo(). |
| 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::testHasImplementations | function | core/ |
Tests hasImplementations. |
Pagination
- Previous page
- Page 903
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.