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. Other projects
Title Object type File name Summary
ConfigEntityBase::setUninstalling function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityInterface::isInstallable function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Checks whether this entity is installable.
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 can 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.
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 install.
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
ConfigInstallDependencyTestHooks class core/modules/config/tests/config_install_dependency_test/src/Hook/ConfigInstallDependencyTestHooks.php Hook implementations for config_install_dependency_test.
ConfigInstallDependencyTestHooks.php file core/modules/config/tests/config_install_dependency_test/src/Hook/ConfigInstallDependencyTestHooks.php
ConfigInstallDependencyTestHooks::configTestCreate function core/modules/config/tests/config_install_dependency_test/src/Hook/ConfigInstallDependencyTestHooks.php Implements hook_ENTITY_TYPE_create().
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::drupalGetProfile function core/lib/Drupal/Core/Config/ConfigInstaller.php Gets the install profile from settings.

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