Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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 | 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::getImplementations | function | core/ |
Determines which modules are implementing a hook. |
| 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. 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::getName | function | core/ |
Gets the human readable name of a given module. |
| ModuleHandlerInterface::implementsHook | function | core/ |
Returns whether a given module implements a given 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::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/ |
Write the hook implementation info to the cache. |
| 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 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(). |
Pagination
- Previous page
- Page 1025
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.