Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ModuleHandler::$includeFileKeys property core/lib/Drupal/Core/Extension/ModuleHandler.php A list of module include file keys.
ModuleHandler::$loadedFiles property core/lib/Drupal/Core/Extension/ModuleHandler.php List of loaded files.
ModuleHandler::$moduleList property core/lib/Drupal/Core/Extension/ModuleHandler.php List of installed modules.
ModuleHandler::buildModuleDependencies function core/lib/Drupal/Core/Extension/ModuleHandler.php
ModuleHandler::getImplementations function core/lib/Drupal/Core/Extension/ModuleHandler.php
ModuleHandler::getModuleDirectories function core/lib/Drupal/Core/Extension/ModuleHandler.php
ModuleHandler::getModuleList function core/lib/Drupal/Core/Extension/ModuleHandler.php
ModuleHandler::hasImplementations function core/lib/Drupal/Core/Extension/ModuleHandler.php
ModuleHandler::implementsHook function core/lib/Drupal/Core/Extension/ModuleHandler.php
ModuleHandler::isLoaded function core/lib/Drupal/Core/Extension/ModuleHandler.php
ModuleHandler::loadAllIncludes function core/lib/Drupal/Core/Extension/ModuleHandler.php
ModuleHandler::moduleExists function core/lib/Drupal/Core/Extension/ModuleHandler.php
ModuleHandler::resetImplementations function core/lib/Drupal/Core/Extension/ModuleHandler.php
ModuleHandler::setModuleList function core/lib/Drupal/Core/Extension/ModuleHandler.php
ModuleHandler::verifyImplementations function core/lib/Drupal/Core/Extension/ModuleHandler.php Verifies an array of implementations loaded from cache.
ModuleHandler::__construct function core/lib/Drupal/Core/Extension/ModuleHandler.php Constructs a ModuleHandler object.
ModuleHandlerDeprecatedHookTest class core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerDeprecatedHookTest.php Test whether deprecated hook invocations trigger errors.
ModuleHandlerDeprecatedHookTest.php file core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerDeprecatedHookTest.php
ModuleHandlerDeprecatedHookTest::$modules property core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerDeprecatedHookTest.php
ModuleHandlerDeprecatedHookTest::testAlterDeprecated function core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerDeprecatedHookTest.php @covers ::alterDeprecated[[api-linebreak]]
ModuleHandlerDeprecatedHookTest::testInvokeAllDeprecated function core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerDeprecatedHookTest.php @covers ::invokeAllDeprecated[[api-linebreak]]
ModuleHandlerDeprecatedHookTest::testInvokeDeprecated function core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerDeprecatedHookTest.php @covers ::invokeDeprecated[[api-linebreak]]
ModuleHandlerDeprecatedHookUnimplementedTest class core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerDeprecatedHookUnimplementedTest.php Test whether unimplemented deprecated hook invocations trigger errors.
ModuleHandlerDeprecatedHookUnimplementedTest.php file core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerDeprecatedHookUnimplementedTest.php
ModuleHandlerDeprecatedHookUnimplementedTest::testUnimplementedHooks function core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerDeprecatedHookUnimplementedTest.php @covers ::alterDeprecated[[api-linebreak]]
@covers ::invokeAllDeprecated[[api-linebreak]]
@covers ::invokeDeprecated[[api-linebreak]]
ModuleHandlerInterface::buildModuleDependencies function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Determines which modules require and are required by each module.
ModuleHandlerInterface::getImplementations function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Determines which modules are implementing a hook.
ModuleHandlerInterface::getModuleDirectories function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Returns an array of directories for all enabled modules.
ModuleHandlerInterface::getModuleList function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Returns the list of currently active modules.
ModuleHandlerInterface::hasImplementations function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Determines whether there are implementations of a hook.
ModuleHandlerInterface::implementsHook function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Returns whether a given module implements a given hook.
ModuleHandlerInterface::isLoaded function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Returns whether all modules have been loaded.
ModuleHandlerInterface::loadAllIncludes function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Loads an include file for each enabled module.
ModuleHandlerInterface::moduleExists function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Determines whether a given module is enabled.
ModuleHandlerInterface::resetImplementations function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Resets the cached list of hook implementations.
ModuleHandlerInterface::setModuleList function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Sets an explicit list of currently active modules.
ModuleHandlerTest class core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerTest.php @coversDefaultClass \Drupal\Core\Extension\ModuleHandler[[api-linebreak]]
ModuleHandlerTest class core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php @coversDefaultClass \Drupal\Core\Extension\ModuleHandler[[api-linebreak]]
@runTestsInSeparateProcesses
ModuleHandlerTest class core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests ModuleHandler functionality.
ModuleHandlerTest.php file core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
ModuleHandlerTest.php file core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php
ModuleHandlerTest.php file core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerTest.php
ModuleHandlerTest::$cacheBackend property core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php The mocked cache backend.
ModuleHandlerTest::$modules property core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
ModuleHandlerTest::assertModuleList function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Assert that the extension handler returns the expected values.
ModuleHandlerTest::getModuleHandler function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Get a module handler object to test.
ModuleHandlerTest::moduleHandler function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Returns the ModuleHandler.
ModuleHandlerTest::moduleInstaller function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Returns the ModuleInstaller.
ModuleHandlerTest::setUp function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php @covers ::__construct[[api-linebreak]]
ModuleHandlerTest::testAddModule function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests adding a module.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.