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 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php Lazy loads the real service from the container.
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::uninstall function core/lib/Drupal/Core/ProxyClass/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::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::providerTestInvalidCoreInstall function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Data provider for testInvalidCoreInstall().
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::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::testInvalidCoreInstall function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests install with a module with an invalid core version constraint.
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.
ModuleLegacyTest class core/tests/Drupal/KernelTests/Core/Extension/ModuleLegacyTest.php Tests deprecations from module.inc file.
ModuleLegacyTest.php file core/tests/Drupal/KernelTests/Core/Extension/ModuleLegacyTest.php
ModuleLegacyTest::testModuleLoadInclude function core/tests/Drupal/KernelTests/Core/Extension/ModuleLegacyTest.php Test deprecation of module_load_include() function.
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 @covers ::getModulePermissionsLink[[api-linebreak]]
ModuleRequiredByThemesUninstallValidator class core/lib/Drupal/Core/Extension/ModuleRequiredByThemesUninstallValidator.php Ensures modules cannot be uninstalled if enabled themes depend on them.
ModuleRequiredByThemesUninstallValidator class core/lib/Drupal/Core/ProxyClass/Extension/ModuleRequiredByThemesUninstallValidator.php Provides a proxy class for \Drupal\Core\Extension\ModuleRequiredByThemesUninstallValidator.
ModuleRequiredByThemesUninstallValidator.php file core/lib/Drupal/Core/ProxyClass/Extension/ModuleRequiredByThemesUninstallValidator.php
ModuleRequiredByThemesUninstallValidator.php file core/lib/Drupal/Core/Extension/ModuleRequiredByThemesUninstallValidator.php
ModuleRequiredByThemesUninstallValidator::$container property core/lib/Drupal/Core/ProxyClass/Extension/ModuleRequiredByThemesUninstallValidator.php The service container.
ModuleRequiredByThemesUninstallValidator::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Extension/ModuleRequiredByThemesUninstallValidator.php The id of the original proxied service.
ModuleRequiredByThemesUninstallValidator::$moduleExtensionList property core/lib/Drupal/Core/Extension/ModuleRequiredByThemesUninstallValidator.php The module extension list.
ModuleRequiredByThemesUninstallValidator::$service property core/lib/Drupal/Core/ProxyClass/Extension/ModuleRequiredByThemesUninstallValidator.php The real proxied service, after it was lazy loaded.

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