Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
ModuleHandlerTest::testThemeMetaData function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests whether the correct theme metadata is returned.
ModuleHandlerTest::testUninstallContentDependency function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests uninstalling a module that has content.
ModuleHandlerTest::testUninstallProfileDependency function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests uninstalling a module installed by a profile.
ModuleHandlerTestAll1Hooks class core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/src/Hook/ModuleHandlerTestAll1Hooks.php Hook implementations for module_handler_test_all1.
ModuleHandlerTestAll1Hooks.php file core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/src/Hook/ModuleHandlerTestAll1Hooks.php
ModuleHandlerTestAll1Hooks::order function core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/src/Hook/ModuleHandlerTestAll1Hooks.php #[Hook('order1')]
#[Hook('order2')]
ModuleImplementsAlter class core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/ModuleImplementsAlter.php Contains a replaceable callback for hook_module_implements_alter().
ModuleImplementsAlter.php file core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/ModuleImplementsAlter.php
ModuleImplementsAlter::$callback property core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/ModuleImplementsAlter.php Callback for hook_module_implements_alter().
ModuleImplementsAlter::call function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/ModuleImplementsAlter.php Invokes the registered callback.
ModuleImplementsAlter::set function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/ModuleImplementsAlter.php Sets a callback for hook_module_implements_alter().
ModuleImplementsAlterTest class core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php Tests hook_module_implements_alter().
ModuleImplementsAlterTest.php file core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php
ModuleImplementsAlterTest::testModuleImplementsAlter function core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php Tests hook_module_implements_alter() adding an implementation.
ModuleInfoTest class core/tests/Drupal/Tests/Core/Extension/ModuleInfoTest.php Tests that core module info files have the expected keys.
ModuleInfoTest.php file core/tests/Drupal/Tests/Core/Extension/ModuleInfoTest.php
ModuleInfoTest::testModuleInfo function core/tests/Drupal/Tests/Core/Extension/ModuleInfoTest.php Tests that core module info files have the expected keys.
ModuleInstallBatchTest class core/tests/Drupal/FunctionalTests/Core/Test/ModuleInstallBatchTest.php Tests batch operations during tests execution.
ModuleInstallBatchTest.php file core/tests/Drupal/FunctionalTests/Core/Test/ModuleInstallBatchTest.php
ModuleInstallBatchTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Core/Test/ModuleInstallBatchTest.php The theme to install as the default for testing.
ModuleInstallBatchTest::$modules property core/tests/Drupal/FunctionalTests/Core/Test/ModuleInstallBatchTest.php Modules to install.
ModuleInstallBatchTest::testLoadingEntitiesCreatedInBatch function core/tests/Drupal/FunctionalTests/Core/Test/ModuleInstallBatchTest.php Tests loading entities created in a batch in test_batch_test_install().
ModuleInstallConfigTestSubscriber class core/modules/system/tests/modules/module_installer_config_subscriber/src/EventSubscriber/ModuleInstallConfigTestSubscriber.php Test subscriber for configuration CRUD event.
ModuleInstallConfigTestSubscriber.php file core/modules/system/tests/modules/module_installer_config_subscriber/src/EventSubscriber/ModuleInstallConfigTestSubscriber.php
ModuleInstallConfigTestSubscriber::getSubscribedEvents function core/modules/system/tests/modules/module_installer_config_subscriber/src/EventSubscriber/ModuleInstallConfigTestSubscriber.php
ModuleInstallConfigTestSubscriber::onSave function core/modules/system/tests/modules/module_installer_config_subscriber/src/EventSubscriber/ModuleInstallConfigTestSubscriber.php Reacts to a test simple configuration object being installed.
ModuleInstallConfigTestSubscriber::__construct function core/modules/system/tests/modules/module_installer_config_subscriber/src/EventSubscriber/ModuleInstallConfigTestSubscriber.php
ModuleInstaller class core/lib/Drupal/Core/Extension/ModuleInstaller.php Default implementation of the module installer.
ModuleInstaller.php file core/lib/Drupal/Core/Extension/ModuleInstaller.php
ModuleInstaller::$connection property core/lib/Drupal/Core/Extension/ModuleInstaller.php The database connection.
ModuleInstaller::$kernel property core/lib/Drupal/Core/Extension/ModuleInstaller.php The drupal kernel.
ModuleInstaller::$moduleHandler property core/lib/Drupal/Core/Extension/ModuleInstaller.php The module handler.
ModuleInstaller::$root property core/lib/Drupal/Core/Extension/ModuleInstaller.php The app root.
ModuleInstaller::$updateRegistry property core/lib/Drupal/Core/Extension/ModuleInstaller.php The update registry service.
ModuleInstaller::doInstall function core/lib/Drupal/Core/Extension/ModuleInstaller.php Installs a set of modules.
ModuleInstaller::install function core/lib/Drupal/Core/Extension/ModuleInstaller.php Installs a given list of modules.
ModuleInstaller::installSchema function core/lib/Drupal/Core/Extension/ModuleInstaller.php Creates all tables defined in a module's hook_schema().
ModuleInstaller::invoke function core/lib/Drupal/Core/Extension/ModuleInstaller.php Call a procedural hook in an installed module during installation.
ModuleInstaller::removeCacheBins function core/lib/Drupal/Core/Extension/ModuleInstaller.php Helper method for removing all cache bins registered by a given module.
ModuleInstaller::uninstall function core/lib/Drupal/Core/Extension/ModuleInstaller.php Uninstalls a given list of modules.
ModuleInstaller::uninstallSchema function core/lib/Drupal/Core/Extension/ModuleInstaller.php Removes all tables defined in a module's hook_schema().
ModuleInstaller::updateKernel function core/lib/Drupal/Core/Extension/ModuleInstaller.php Updates the kernel module list.
ModuleInstaller::validateUninstall function core/lib/Drupal/Core/Extension/ModuleInstaller.php Determines whether a list of modules can be uninstalled.
ModuleInstaller::__construct function core/lib/Drupal/Core/Extension/ModuleInstaller.php
ModuleInstallerInterface interface core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php Provides the installation of modules with creating the db schema and more.
ModuleInstallerInterface.php file core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php
ModuleInstallerInterface::install function core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php Installs a given list of modules.
ModuleInstallerInterface::uninstall function core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php Uninstalls a given list of modules.
ModuleInstallerInterface::validateUninstall function core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php Determines whether a list of modules can be uninstalled.
ModuleInstallerTest class core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests the ModuleInstaller class.

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