Search for install
- Search 7.x for install
- Search 9.5.x for install
- Search 10.3.x for install
- Search 11.x for install
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ModuleInstaller::updateKernel | function | core/ |
Updates the kernel module list. |
ModuleInstaller::validateUninstall | function | core/ |
Determines whether a list of modules can be uninstalled. |
ModuleInstaller::validateUninstall | function | core/ |
Determines whether a list of modules can be uninstalled. |
ModuleInstaller::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
ModuleInstaller::__construct | function | core/ |
Constructs a new ModuleInstaller instance. |
ModuleInstallerInterface | interface | core/ |
Provides the installation of modules with creating the db schema and more. |
ModuleInstallerInterface.php | file | core/ |
|
ModuleInstallerInterface::addUninstallValidator | function | core/ |
Adds module a uninstall validator. |
ModuleInstallerInterface::install | function | core/ |
Installs a given list of modules. |
ModuleInstallerInterface::uninstall | function | core/ |
Uninstalls a given list of modules. |
ModuleInstallerInterface::validateUninstall | function | core/ |
Determines whether a list of modules can be uninstalled. |
ModuleInstallerTest | class | core/ |
Tests the ModuleInstaller class. |
ModuleInstallerTest.php | file | core/ |
|
ModuleInstallerTest::providerTestInvalidCoreInstall | function | core/ |
Dataprovider for testInvalidCoreInstall(). |
ModuleInstallerTest::testCacheBinCleanup | function | core/ |
Tests cache bins defined by modules are removed when uninstalled. |
ModuleInstallerTest::testConfigChangeOnInstall | function | core/ |
Tests config changes by hook_install() are saved for dependent modules. |
ModuleInstallerTest::testDependencyInvalidCoreInstall | function | core/ |
Tests install with a dependency with an invalid core version constraint. |
ModuleInstallerTest::testDependencyInvalidCoreInstallNoDependencies | function | core/ |
Tests no dependencies install with a dependency with invalid core. |
ModuleInstallerTest::testInvalidCoreInstall | function | core/ |
Tests install with a module with an invalid core version constraint. |
ModuleInstallerTest::testKernelRebuildDuringHookInstall | function | core/ |
Ensure that rebuilding the container in hook_install() works. |
ModuleInstallerTest::testRouteRebuild | function | core/ |
Tests that routes are rebuilt during install and uninstall of modules. |
ModuleRequiredByThemesUninstallValidator | class | core/ |
Provides a proxy class for \Drupal\Core\Extension\ModuleRequiredByThemesUninstallValidator. |
ModuleRequiredByThemesUninstallValidator | class | core/ |
Ensures modules cannot be uninstalled if enabled themes depend on them. |
ModuleRequiredByThemesUninstallValidator.php | file | core/ |
|
ModuleRequiredByThemesUninstallValidator.php | file | core/ |
|
ModuleRequiredByThemesUninstallValidator::$container | property | core/ |
The service container. |
ModuleRequiredByThemesUninstallValidator::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
ModuleRequiredByThemesUninstallValidator::$moduleExtensionList | property | core/ |
The module extension list. |
ModuleRequiredByThemesUninstallValidator::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
ModuleRequiredByThemesUninstallValidator::$themeExtensionList | property | core/ |
The theme extension list. |
ModuleRequiredByThemesUninstallValidator::getThemesDependingOnModule | function | core/ |
Returns themes that depend on a module. |
ModuleRequiredByThemesUninstallValidator::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
ModuleRequiredByThemesUninstallValidator::setStringTranslation | function | core/ |
|
ModuleRequiredByThemesUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
ModuleRequiredByThemesUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
ModuleRequiredByThemesUninstallValidator::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
ModuleRequiredByThemesUninstallValidator::__construct | function | core/ |
Constructs a new ModuleRequiredByThemesUninstallValidator. |
ModuleRequiredByThemesUninstallValidatorTest | class | core/ |
@coversDefaultClass \Drupal\Core\Extension\ModuleRequiredByThemesUninstallValidator @group Extension |
ModuleRequiredByThemesUninstallValidatorTest.php | file | core/ |
|
ModuleRequiredByThemesUninstallValidatorTest::$moduleExtensionList | property | core/ |
Mock of ModuleExtensionList. |
ModuleRequiredByThemesUninstallValidatorTest::$moduleRequiredByThemeUninstallValidator | property | core/ |
Instance of ModuleRequiredByThemesUninstallValidator. |
ModuleRequiredByThemesUninstallValidatorTest::$themeExtensionList | property | core/ |
Mock of ThemeExtensionList. |
ModuleRequiredByThemesUninstallValidatorTest::setUp | function | core/ |
|
ModuleRequiredByThemesUninstallValidatorTest::testValidateNoThemeDependency | function | core/ |
@covers ::validate |
ModuleRequiredByThemesUninstallValidatorTest::testValidateOneThemeDependency | function | core/ |
@covers ::validate |
ModuleRequiredByThemesUninstallValidatorTest::testValidateTwoThemeDependencies | function | core/ |
@covers ::validate |
ModulesListConfirmForm::$moduleInstaller | property | core/ |
The module installer. |
ModulesListForm::$moduleInstaller | property | core/ |
The module installer. |
ModulesUninstallConfirmForm | class | core/ |
Builds a confirmation form to uninstall selected modules. |
ModulesUninstallConfirmForm.php | file | core/ |
Pagination
- Previous page
- Page 25
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.