Search for install

  1. Search 7.x for install
  2. Search 9.5.x for install
  3. Search 8.9.x for install
  4. Search 10.3.x for install
  5. Search 11.x for install
  6. Other projects
Title Object type File name Summary
ModuleInstallBatchTest::testLoadingEntitiesCreatedInBatch function core/tests/Drupal/FunctionalTests/Core/Test/ModuleInstallBatchTest.php Tests loading entities created in a batch in test_batch_test_install().
ModuleInstallConfigTestSubscriber class core/modules/system/tests/modules/module_installer_config_subscriber/src/EventSubscriber/ModuleInstallConfigTestSubscriber.php Test subscriber for configuration CRUD event.
ModuleInstallConfigTestSubscriber.php file core/modules/system/tests/modules/module_installer_config_subscriber/src/EventSubscriber/ModuleInstallConfigTestSubscriber.php
ModuleInstallConfigTestSubscriber::getSubscribedEvents function core/modules/system/tests/modules/module_installer_config_subscriber/src/EventSubscriber/ModuleInstallConfigTestSubscriber.php
ModuleInstallConfigTestSubscriber::onSave function core/modules/system/tests/modules/module_installer_config_subscriber/src/EventSubscriber/ModuleInstallConfigTestSubscriber.php Reacts to a test simple configuration object being installed.
ModuleInstallConfigTestSubscriber::__construct function core/modules/system/tests/modules/module_installer_config_subscriber/src/EventSubscriber/ModuleInstallConfigTestSubscriber.php
ModuleInstaller class core/lib/Drupal/Core/Extension/ModuleInstaller.php Default implementation of the module installer.
ModuleInstaller.php file core/lib/Drupal/Core/Extension/ModuleInstaller.php
ModuleInstaller::$connection property core/lib/Drupal/Core/Extension/ModuleInstaller.php The database connection.
ModuleInstaller::$kernel property core/lib/Drupal/Core/Extension/ModuleInstaller.php The drupal kernel.
ModuleInstaller::$moduleHandler property core/lib/Drupal/Core/Extension/ModuleInstaller.php The module handler.
ModuleInstaller::$root property core/lib/Drupal/Core/Extension/ModuleInstaller.php The app root.
ModuleInstaller::$updateRegistry property core/lib/Drupal/Core/Extension/ModuleInstaller.php The update registry service.
ModuleInstaller::addUninstallValidator function core/lib/Drupal/Core/Extension/ModuleInstaller.php Adds a module uninstall validator.
ModuleInstaller::doInstall function core/lib/Drupal/Core/Extension/ModuleInstaller.php Installs a set of modules.
ModuleInstaller::install function core/lib/Drupal/Core/Extension/ModuleInstaller.php Installs a given list of modules.
ModuleInstaller::installSchema function core/lib/Drupal/Core/Extension/ModuleInstaller.php Creates all tables defined in a module's hook_schema().
ModuleInstaller::invoke function core/lib/Drupal/Core/Extension/ModuleInstaller.php Call a procedural hook in an installed module during installation.
ModuleInstaller::removeCacheBins function core/lib/Drupal/Core/Extension/ModuleInstaller.php Helper method for removing all cache bins registered by a given module.
ModuleInstaller::uninstall function core/lib/Drupal/Core/Extension/ModuleInstaller.php Uninstalls a given list of modules.
ModuleInstaller::uninstallSchema function core/lib/Drupal/Core/Extension/ModuleInstaller.php Removes all tables defined in a module's hook_schema().
ModuleInstaller::updateKernel function core/lib/Drupal/Core/Extension/ModuleInstaller.php Updates the kernel module list.
ModuleInstaller::validateUninstall function core/lib/Drupal/Core/Extension/ModuleInstaller.php Determines whether a list of modules can be uninstalled.
ModuleInstaller::__construct function core/lib/Drupal/Core/Extension/ModuleInstaller.php Constructs a new ModuleInstaller instance.
ModuleInstallerInterface interface core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php Provides the installation of modules with creating the db schema and more.
ModuleInstallerInterface.php file core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php
ModuleInstallerInterface::addUninstallValidator function core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php Adds a module uninstall validator.
ModuleInstallerInterface::install function core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php Installs a given list of modules.
ModuleInstallerInterface::uninstall function core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php Uninstalls a given list of modules.
ModuleInstallerInterface::validateUninstall function core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php Determines whether a list of modules can be uninstalled.
ModuleInstallerTest class core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests the ModuleInstaller class.
ModuleInstallerTest.php file core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php
ModuleInstallerTest::containerRebuildRequiredProvider function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Data provider for ::testContainerRebuildRequired().
ModuleInstallerTest::log function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php
ModuleInstallerTest::providerTestInvalidCoreInstall function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Data provider for testInvalidCoreInstall().
ModuleInstallerTest::register function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Registers test-specific services.
ModuleInstallerTest::testCacheBinCleanup function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests cache bins defined by modules are removed when uninstalled.
ModuleInstallerTest::testConfigChangeOnInstall function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests config changes by hook_install() are saved for dependent modules.
ModuleInstallerTest::testContainerRebuildRequired function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests container rebuilding due to the container_rebuild_required info key.
ModuleInstallerTest::testDependencyInvalidCoreInstall function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests install with a dependency with an invalid core version constraint.
ModuleInstallerTest::testDependencyInvalidCoreInstallNoDependencies function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests no dependencies install with a dependency with invalid core.
ModuleInstallerTest::testDeprecatedInstall function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests trying to install a deprecated module.
ModuleInstallerTest::testEntityStorageInstalledBeforeSimpleConfig function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests that entity storage tables are installed before simple config.
ModuleInstallerTest::testFieldStorageEntityTypeDependencies function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests field storage definitions are installed only if entity types exist.
ModuleInstallerTest::testInvalidCoreInstall function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests install with a module with an invalid core version constraint.
ModuleInstallerTest::testInvokingRespondentHooks function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Ensure that hooks reacting to install or uninstall are invoked.
ModuleInstallerTest::testKernelRebuildDuringHookInstall function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Ensure that rebuilding the container in hook_install() works.
ModuleInstallerTest::testObsoleteInstall function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests trying to install an obsolete module.
ModuleInstallerTest::testRouteRebuild function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests that routes are rebuilt during install and uninstall of modules.
ModuleInstallerTest::testUninstallValidatorsBC function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests the BC layer for uninstall validators.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.