Search for install
- Search 7.x for install
- Search 9.5.x for install
- Search 8.9.x for install
- Search 11.x for install
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ModuleInstaller::$updateRegistry | property | core/ |
The update registry service. |
| ModuleInstaller::addUninstallValidator | function | core/ |
Adds a module uninstall validator. |
| ModuleInstaller::addUninstallValidator | function | core/ |
Adds a module uninstall validator. |
| ModuleInstaller::install | function | core/ |
Installs a given list of modules. |
| ModuleInstaller::install | function | core/ |
Installs a given list of modules. |
| ModuleInstaller::installSchema | function | core/ |
Creates all tables defined in a module's hook_schema(). |
| ModuleInstaller::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
| ModuleInstaller::removeCacheBins | function | core/ |
Helper method for removing all cache bins registered by a given module. |
| ModuleInstaller::uninstall | function | core/ |
Uninstalls a given list of modules. |
| ModuleInstaller::uninstall | function | core/ |
Uninstalls a given list of modules. |
| ModuleInstaller::uninstallSchema | function | core/ |
Removes all tables defined in a module's hook_schema(). |
| 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 a module 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/ |
Data provider 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::testDeprecatedInstall | function | core/ |
Tests trying to install a deprecated module. |
| 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::testObsoleteInstall | function | core/ |
Tests trying to install an obsolete module. |
| ModuleInstallerTest::testRouteRebuild | function | core/ |
Tests that routes are rebuilt during install and uninstall of modules. |
| ModuleRequiredByThemesUninstallValidator | class | core/ |
Ensures modules cannot be uninstalled if enabled themes depend on them. |
| ModuleRequiredByThemesUninstallValidator | class | core/ |
Provides a proxy class for \Drupal\Core\Extension\ModuleRequiredByThemesUninstallValidator. |
| 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::validateConfigImport | function | core/ |
Determines reasons a module can not be uninstalled prior to config import. |
| ModuleRequiredByThemesUninstallValidator::validateConfigImport | function | core/ |
Determines reasons a module can not be uninstalled prior to config import. |
Pagination
- Previous page
- Page 27
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.