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 main for %s
  6. Other projects
Title Object type File name Summary
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::validateUninstall function core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php Determines whether a list of modules can be uninstalled.
ModuleInstaller::__construct function core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php Constructs a ProxyClass Drupal proxy object.
ModuleInstaller::__construct function core/lib/Drupal/Core/Extension/ModuleInstaller.php Constructs a new ModuleInstaller instance.
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::addUninstallValidator function core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php Adds a module uninstall validator.
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.
ModuleInstallerTest.php file core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php
ModuleInstallerTest::containerRebuildRequiredProvider function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Data provider for ::testContainerRebuildRequired().
ModuleInstallerTest::log function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php
ModuleInstallerTest::providerTestInvalidCoreInstall function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Data provider for testInvalidCoreInstall().
ModuleInstallerTest::register function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Registers test-specific services.
ModuleInstallerTest::testCacheBinCleanup function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests cache bins defined by modules are removed when uninstalled.
ModuleInstallerTest::testConfigChangeOnInstall function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests config changes by hook_install() are saved for dependent modules.
ModuleInstallerTest::testContainerRebuildRequired function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests container rebuilding due to the container_rebuild_required info key.
ModuleInstallerTest::testDependencyInvalidCoreInstall function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests install with a dependency with an invalid core version constraint.
ModuleInstallerTest::testDependencyInvalidCoreInstallNoDependencies function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests no dependencies install with a dependency with invalid core.
ModuleInstallerTest::testDeprecatedInstall function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests trying to install a deprecated module.
ModuleInstallerTest::testEntityStorageInstalledBeforeSimpleConfig function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests that entity storage tables are installed before simple config.
ModuleInstallerTest::testFieldStorageEntityTypeDependencies function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests field storage definitions are installed only if entity types exist.
ModuleInstallerTest::testInvalidCoreInstall function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests install with a module with an invalid core version constraint.
ModuleInstallerTest::testInvokingRespondentHooks function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Ensure that hooks reacting to install or uninstall are invoked.
ModuleInstallerTest::testKernelRebuildDuringHookInstall function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Ensure that rebuilding the container in hook_install() works.
ModuleInstallerTest::testObsoleteInstall function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests trying to install an obsolete module.
ModuleInstallerTest::testRouteRebuild function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests that routes are rebuilt during install and uninstall of modules.
ModuleInstallerTest::testUninstallValidatorsBC function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests the BC layer for uninstall validators.
ModuleInstallRequirements class core/modules/system/tests/modules/module_install_requirements/src/Install/Requirements/ModuleInstallRequirements.php Provides method for checking requirements during install time.
ModuleInstallRequirements.php file core/modules/system/tests/modules/module_install_requirements/src/Install/Requirements/ModuleInstallRequirements.php
ModuleInstallRequirements::getRequirements function core/modules/system/tests/modules/module_install_requirements/src/Install/Requirements/ModuleInstallRequirements.php Check installation requirements.
ModuleInstallUnmetRequirementsRequirements class core/modules/system/tests/modules/module_install_unmet_requirements/src/Install/Requirements/ModuleInstallUnmetRequirementsRequirements.php Provides method for checking requirements during install time.
ModuleInstallUnmetRequirementsRequirements.php file core/modules/system/tests/modules/module_install_unmet_requirements/src/Install/Requirements/ModuleInstallUnmetRequirementsRequirements.php
ModuleInstallUnmetRequirementsRequirements::getRequirements function core/modules/system/tests/modules/module_install_unmet_requirements/src/Install/Requirements/ModuleInstallUnmetRequirementsRequirements.php Check installation requirements.
ModulePermissionsLinkHelper class core/modules/user/src/ModulePermissionsLinkHelper.php Provides a helper for generating module permissions links.
ModulePermissionsLinkHelper.php file core/modules/user/src/ModulePermissionsLinkHelper.php
ModulePermissionsLinkHelper::getModulePermissionsLink function core/modules/user/src/ModulePermissionsLinkHelper.php Generates a link pointing to a given module's permissions page section.
ModulePermissionsLinkHelper::__construct function core/modules/user/src/ModulePermissionsLinkHelper.php Constructs a new service instance.
ModulePermissionsLinkHelperTest class core/modules/user/tests/src/Kernel/ModulePermissionsLinkHelperTest.php Tests the ModulePermissionsLinkHelper.
ModulePermissionsLinkHelperTest.php file core/modules/user/tests/src/Kernel/ModulePermissionsLinkHelperTest.php
ModulePermissionsLinkHelperTest::$modules property core/modules/user/tests/src/Kernel/ModulePermissionsLinkHelperTest.php Modules to install.
ModulePermissionsLinkHelperTest::setUp function core/modules/user/tests/src/Kernel/ModulePermissionsLinkHelperTest.php
ModulePermissionsLinkHelperTest::testGetModulePermissionsLink function core/modules/user/tests/src/Kernel/ModulePermissionsLinkHelperTest.php Tests get module permissions link.
ModuleRequiredByThemesUninstallValidator class core/lib/Drupal/Core/Extension/ModuleRequiredByThemesUninstallValidator.php Ensures modules cannot be uninstalled if enabled themes depend on them.
ModuleRequiredByThemesUninstallValidator.php file core/lib/Drupal/Core/Extension/ModuleRequiredByThemesUninstallValidator.php
ModuleRequiredByThemesUninstallValidator::$moduleExtensionList property core/lib/Drupal/Core/Extension/ModuleRequiredByThemesUninstallValidator.php The module extension list.
ModuleRequiredByThemesUninstallValidator::$themeExtensionList property core/lib/Drupal/Core/Extension/ModuleRequiredByThemesUninstallValidator.php The theme extension list.

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