Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ModuleHandler::getModuleList | function | core/ |
Returns the list of currently active modules. |
| ModuleHandler::implementsHook | function | core/ |
Returns whether a given module implements a given hook. |
| 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::parseDependency | function | core/ |
Parses a dependency for comparison by drupal_check_incompatibility(). |
| 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 the cache, by including the lazy-loaded $module.$group.inc, and checking function_exists(). |
| 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. |
| 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]] @doesNotPerformAssertions |
| ModuleHandlerInterface::buildModuleDependencies | function | core/ |
Determines which modules require and are required by each module. |
| ModuleHandlerInterface::getImplementations | function | core/ |
Determines which modules are implementing a hook. |
| ModuleHandlerInterface::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. |
| ModuleHandlerInterface::getModuleList | function | core/ |
Returns the list of currently active modules. |
| ModuleHandlerInterface::implementsHook | function | core/ |
Returns whether a given module implements a given 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/ |
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::$cacheBackend | property | core/ |
The mocked cache backend. |
| ModuleHandlerTest::$modules | property | core/ |
Modules to enable. |
| 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/ |
Test adding a module. |
| ModuleHandlerTest::testAddProfile | function | core/ |
Test adding a profile. |
| ModuleHandlerTest::testCachedGetImplementations | function | core/ |
Test getImplementations. |
| ModuleHandlerTest::testCachedGetImplementationsMissingMethod | function | core/ |
Test getImplementations. |
| ModuleHandlerTest::testDependencyResolution | function | core/ |
Tests dependency resolution. |
| ModuleHandlerTest::testGetHookInfo | function | core/ |
Test hook_hook_info() fetching through getHookInfo(). |
| ModuleHandlerTest::testGetImplementations | function | core/ |
Test getImplementations. |
| ModuleHandlerTest::testGetModuleDirectories | function | core/ |
@covers ::getModuleDirectories[[api-linebreak]] |
Pagination
- Previous page
- Page 860
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.