Search for install

  1. Search 7.x for install
  2. Search 8.9.x for install
  3. Search 10.3.x for install
  4. Search 11.x for install
  5. Other projects
Title Object type File name Summary
ConfigEntityInterface::isUninstalling function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Returns whether this entity is being changed during the uninstall process.
ConfigImportAllTest::testInstallUninstall function core/modules/config/tests/src/Functional/ConfigImportAllTest.php Tests that a fixed set of modules can be installed and uninstalled.
ConfigImporter::$moduleInstaller property core/lib/Drupal/Core/Config/ConfigImporter.php The module installer.
ConfigImporterTest::testInstallBaseAndSubThemes function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests installing a base themes and sub themes during configuration import.
ConfigImporterTest::testInstallProfile function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests install profile validation during configuration import.
ConfigImporterTest::testInstallProfileMisMatch function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests install profile validation during configuration import.
ConfigImporterTest::testIsInstallable function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests the isInstallable method()
ConfigImporterTest::testUninstallThemeIncrementsCount function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that uninstall a theme in config import correctly imports all config.
ConfigImportInstallProfileTest class core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php Tests the importing/exporting configuration based on the install profile.
ConfigImportInstallProfileTest.php file core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php
ConfigImportInstallProfileTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php The theme to install as the default for testing.
ConfigImportInstallProfileTest::$modules property core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php Modules to install.
ConfigImportInstallProfileTest::$profile property core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php The profile to install as a basis for testing.
ConfigImportInstallProfileTest::$webUser property core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php A user with the 'synchronize configuration' permission.
ConfigImportInstallProfileTest::setUp function core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php
ConfigImportInstallProfileTest::testInstallProfileValidation function core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php Tests config importer cannot uninstall install profiles.
ConfigImportModuleUninstallValidatorInterface interface core/lib/Drupal/Core/Extension/ConfigImportModuleUninstallValidatorInterface.php Special interface for module uninstall validators for configuration import.
ConfigImportModuleUninstallValidatorInterface.php file core/lib/Drupal/Core/Extension/ConfigImportModuleUninstallValidatorInterface.php
ConfigImportModuleUninstallValidatorInterface::validateConfigImport function core/lib/Drupal/Core/Extension/ConfigImportModuleUninstallValidatorInterface.php Determines reasons a module can not be uninstalled prior to config import.
ConfigImportSubscriber::$uninstallValidators property core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php The uninstall validators.
ConfigImportSubscriber::addUninstallValidator function core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Adds a module uninstall validator.
ConfigImportThemeInstallTest class core/tests/Drupal/KernelTests/Core/Theme/ConfigImportThemeInstallTest.php Tests installing and uninstalling of themes via configuration import.
ConfigImportThemeInstallTest.php file core/tests/Drupal/KernelTests/Core/Theme/ConfigImportThemeInstallTest.php
ConfigImportThemeInstallTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/ConfigImportThemeInstallTest.php Modules to enable.
ConfigImportThemeInstallTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/ConfigImportThemeInstallTest.php
ConfigImportThemeInstallTest::testConfigImportWithThemeWithModuleDependencies function core/tests/Drupal/KernelTests/Core/Theme/ConfigImportThemeInstallTest.php Tests config imports that install and uninstall a theme with dependencies.
ConfigImportUITest::testConfigUninstallConfigException function core/modules/config/tests/src/Functional/ConfigImportUITest.php
ConfigInstaller class core/lib/Drupal/Core/Config/ConfigInstaller.php
ConfigInstaller class core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php Provides a proxy class for \Drupal\Core\Config\ConfigInstaller.
ConfigInstaller.php file core/lib/Drupal/Core/Config/ConfigInstaller.php
ConfigInstaller.php file core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php
ConfigInstaller::$activeStorages property core/lib/Drupal/Core/Config/ConfigInstaller.php The active configuration storages, keyed by collection.
ConfigInstaller::$configFactory property core/lib/Drupal/Core/Config/ConfigInstaller.php The configuration factory.
ConfigInstaller::$configManager property core/lib/Drupal/Core/Config/ConfigInstaller.php The configuration manager.
ConfigInstaller::$container property core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php The service container.
ConfigInstaller::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php The id of the original proxied service.
ConfigInstaller::$eventDispatcher property core/lib/Drupal/Core/Config/ConfigInstaller.php The event dispatcher.
ConfigInstaller::$extensionPathResolver property core/lib/Drupal/Core/Config/ConfigInstaller.php The extension path resolver.
ConfigInstaller::$installProfile property core/lib/Drupal/Core/Config/ConfigInstaller.php The name of the currently active installation profile.
ConfigInstaller::$isSyncing property core/lib/Drupal/Core/Config/ConfigInstaller.php Is configuration being created as part of a configuration sync.
ConfigInstaller::$service property core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php The real proxied service, after it was lazy loaded.
ConfigInstaller::$sourceStorage property core/lib/Drupal/Core/Config/ConfigInstaller.php The configuration storage that provides the default configuration.
ConfigInstaller::$typedConfig property core/lib/Drupal/Core/Config/ConfigInstaller.php The typed configuration manager.
ConfigInstaller::checkConfigurationToInstall function core/lib/Drupal/Core/Config/ConfigInstaller.php Checks the configuration that will be installed for an extension.
ConfigInstaller::checkConfigurationToInstall function core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php Checks the configuration that will be installed for an extension.
ConfigInstaller::createConfiguration function core/lib/Drupal/Core/Config/ConfigInstaller.php Creates configuration in a collection based on the provided list.
ConfigInstaller::drupalGetPath function core/lib/Drupal/Core/Config/ConfigInstaller.php Wrapper for drupal_get_path().
ConfigInstaller::drupalGetProfile function core/lib/Drupal/Core/Config/ConfigInstaller.php Gets the install profile from settings.
ConfigInstaller::findDefaultConfigWithUnmetDependencies function core/lib/Drupal/Core/Config/ConfigInstaller.php Finds default configuration with unmet dependencies.
ConfigInstaller::findPreExistingConfiguration function core/lib/Drupal/Core/Config/ConfigInstaller.php Finds pre-existing configuration objects for the provided extension.

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