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 |
---|---|---|---|
ConfigEntityInterface::isUninstalling | function | core/ |
Returns whether this entity is being changed during the uninstall process. |
ConfigImportAllTest::testInstallUninstall | function | core/ |
Tests that a fixed set of modules can be installed and uninstalled. |
ConfigImporter::$moduleInstaller | property | core/ |
The module installer. |
ConfigImporterTest::testInstallBaseAndSubThemes | function | core/ |
Tests installing a base themes and sub themes during configuration import. |
ConfigImporterTest::testInstallProfile | function | core/ |
Tests install profile validation during configuration import. |
ConfigImporterTest::testInstallProfileMisMatch | function | core/ |
Tests install profile validation during configuration import. |
ConfigImporterTest::testIsInstallable | function | core/ |
Tests the isInstallable method() |
ConfigImporterTest::testUninstallThemeIncrementsCount | function | core/ |
Tests that uninstall a theme in config import correctly imports all config. |
ConfigImportInstallProfileTest | class | core/ |
Tests the importing/exporting configuration based on the install profile. |
ConfigImportInstallProfileTest.php | file | core/ |
|
ConfigImportInstallProfileTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ConfigImportInstallProfileTest::$modules | property | core/ |
Modules to install. |
ConfigImportInstallProfileTest::$profile | property | core/ |
The profile to install as a basis for testing. |
ConfigImportInstallProfileTest::$webUser | property | core/ |
A user with the 'synchronize configuration' permission. |
ConfigImportInstallProfileTest::setUp | function | core/ |
|
ConfigImportInstallProfileTest::testInstallProfileValidation | function | core/ |
Tests config importer cannot uninstall install profiles. |
ConfigImportModuleUninstallValidatorInterface | interface | core/ |
Special interface for module uninstall validators for configuration import. |
ConfigImportModuleUninstallValidatorInterface.php | file | core/ |
|
ConfigImportModuleUninstallValidatorInterface::validateConfigImport | function | core/ |
Determines reasons a module can not be uninstalled prior to config import. |
ConfigImportSubscriber::$uninstallValidators | property | core/ |
The uninstall validators. |
ConfigImportSubscriber::addUninstallValidator | function | core/ |
Adds a module uninstall validator. |
ConfigImportThemeInstallTest | class | core/ |
Tests installing and uninstalling of themes via configuration import. |
ConfigImportThemeInstallTest.php | file | core/ |
|
ConfigImportThemeInstallTest::$modules | property | core/ |
Modules to enable. |
ConfigImportThemeInstallTest::setUp | function | core/ |
|
ConfigImportThemeInstallTest::testConfigImportWithThemeWithModuleDependencies | function | core/ |
Tests config imports that install and uninstall a theme with dependencies. |
ConfigImportUITest::testConfigUninstallConfigException | function | core/ |
|
ConfigInstaller | class | core/ |
|
ConfigInstaller | class | core/ |
Provides a proxy class for \Drupal\Core\Config\ConfigInstaller. |
ConfigInstaller.php | file | core/ |
|
ConfigInstaller.php | file | core/ |
|
ConfigInstaller::$activeStorages | property | core/ |
The active configuration storages, keyed by collection. |
ConfigInstaller::$configFactory | property | core/ |
The configuration factory. |
ConfigInstaller::$configManager | property | core/ |
The configuration manager. |
ConfigInstaller::$container | property | core/ |
The service container. |
ConfigInstaller::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
ConfigInstaller::$eventDispatcher | property | core/ |
The event dispatcher. |
ConfigInstaller::$extensionPathResolver | property | core/ |
The extension path resolver. |
ConfigInstaller::$installProfile | property | core/ |
The name of the currently active installation profile. |
ConfigInstaller::$isSyncing | property | core/ |
Is configuration being created as part of a configuration sync. |
ConfigInstaller::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
ConfigInstaller::$sourceStorage | property | core/ |
The configuration storage that provides the default configuration. |
ConfigInstaller::$typedConfig | property | core/ |
The typed configuration manager. |
ConfigInstaller::checkConfigurationToInstall | function | core/ |
Checks the configuration that will be installed for an extension. |
ConfigInstaller::checkConfigurationToInstall | function | core/ |
Checks the configuration that will be installed for an extension. |
ConfigInstaller::createConfiguration | function | core/ |
Creates configuration in a collection based on the provided list. |
ConfigInstaller::drupalGetPath | function | core/ |
Wrapper for drupal_get_path(). |
ConfigInstaller::drupalGetProfile | function | core/ |
Gets the install profile from settings. |
ConfigInstaller::findDefaultConfigWithUnmetDependencies | function | core/ |
Finds default configuration with unmet dependencies. |
ConfigInstaller::findPreExistingConfiguration | function | core/ |
Finds pre-existing configuration objects for the provided extension. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.