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::$kernel | property | core/ |
The drupal kernel. |
ModuleInstaller::$moduleHandler | property | core/ |
The module handler. |
ModuleInstaller::$root | property | core/ |
The app root. |
ModuleInstaller::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
ModuleInstaller::$uninstallValidators | property | core/ |
The uninstall validators. |
ModuleInstaller::$updateRegistry | property | core/ |
The update registry service. |
ModuleInstaller::addUninstallValidator | function | core/ |
|
ModuleInstaller::addUninstallValidator | function | core/ |
|
ModuleInstaller::install | function | core/ |
|
ModuleInstaller::install | function | core/ |
|
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/ |
|
ModuleInstaller::uninstall | function | core/ |
|
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/ |
|
ModuleInstaller::validateUninstall | function | core/ |
|
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/ |
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. |
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.