Search for install
- Search 7.x for install
- Search 9.5.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(). |
| ModuleInstallConfigTestSubscriber | class | core/ |
Test subscriber for configuration CRUD event. |
| ModuleInstallConfigTestSubscriber.php | file | core/ |
|
| ModuleInstallConfigTestSubscriber::getSubscribedEvents | function | core/ |
|
| ModuleInstallConfigTestSubscriber::onSave | function | core/ |
Reacts to a test simple configuration object being installed. |
| ModuleInstallConfigTestSubscriber::__construct | function | core/ |
|
| ModuleInstaller | class | core/ |
Default implementation of the module installer. |
| ModuleInstaller.php | file | core/ |
|
| ModuleInstaller::$connection | property | core/ |
The database connection. |
| ModuleInstaller::$kernel | property | core/ |
The drupal kernel. |
| ModuleInstaller::$moduleHandler | property | core/ |
The module handler. |
| ModuleInstaller::$root | property | core/ |
The app root. |
| ModuleInstaller::$updateRegistry | property | core/ |
The update registry service. |
| ModuleInstaller::addUninstallValidator | function | core/ |
Adds a module uninstall validator. |
| ModuleInstaller::doInstall | function | core/ |
Installs a set 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::invoke | function | core/ |
Call a procedural hook in an installed module during installation. |
| 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::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::__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::containerRebuildRequiredProvider | function | core/ |
Data provider for ::testContainerRebuildRequired(). |
| ModuleInstallerTest::log | function | core/ |
|
| ModuleInstallerTest::providerTestInvalidCoreInstall | function | core/ |
Data provider for testInvalidCoreInstall(). |
| ModuleInstallerTest::register | function | core/ |
Registers test-specific services. |
| 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::testContainerRebuildRequired | function | core/ |
Tests container rebuilding due to the container_rebuild_required info key. |
| 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::testEntityStorageInstalledBeforeSimpleConfig | function | core/ |
Tests that entity storage tables are installed before simple config. |
| ModuleInstallerTest::testFieldStorageEntityTypeDependencies | function | core/ |
Tests field storage definitions are installed only if entity types exist. |
| ModuleInstallerTest::testInvalidCoreInstall | function | core/ |
Tests install with a module with an invalid core version constraint. |
| ModuleInstallerTest::testInvokingRespondentHooks | function | core/ |
Ensure that hooks reacting to install or uninstall are invoked. |
| 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. |
| ModuleInstallerTest::testUninstallValidatorsBC | function | core/ |
Tests the BC layer for uninstall validators. |
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.