Search for install
- Search 7.x for install
- Search 8.9.x for install
- Search 10.3.x for install
- Search 11.x for install
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ModuleInstallBatchTest::testLoadingEntitiesCreatedInBatch | function | core/ |
Tests loading entities created in a batch in test_batch_test_install(). |
ModuleInstaller | class | core/ |
Provides a proxy class for \Drupal\Core\Extension\ModuleInstaller. |
ModuleInstaller | class | core/ |
Default implementation of the module installer. |
ModuleInstaller.php | file | core/ |
|
ModuleInstaller.php | file | core/ |
|
ModuleInstaller::$connection | property | core/ |
The database connection. |
ModuleInstaller::$container | property | core/ |
The service container. |
ModuleInstaller::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
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/ |
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. |
ModuleInstallerDeprecationTest | class | core/ |
@group legacy @group extension @coversDefaultClass \Drupal\Core\Extension\ModuleInstaller |
ModuleInstallerDeprecationTest.php | file | core/ |
|
ModuleInstallerDeprecationTest::testConstructorDeprecation | function | core/ |
@covers ::__construct |
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. |
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.