Search for install
- Search 7.x for install
- Search 9.5.x for install
- Search 8.9.x for install
- Search 11.x for install
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AlreadyInstalledException | class | core/ |
Exception thrown if Drupal is installed already. |
AlreadyInstalledException.php | file | core/ |
|
AlreadyInstalledException::__construct | function | core/ |
Constructs a new "already installed" exception. |
BrowserTestBase::installDrupal | function | core/ |
Installs Drupal into the test site. |
BrowserTestBaseTest::testInstall | function | core/ |
Tests the Drupal install done in \Drupal\Tests\BrowserTestBase::setUp(). |
ClaroTest::testIsUninstallable | function | core/ |
Tests that the Claro theme can be uninstalled. |
ComposerPluginImplementsScaffoldEvents::uninstall | function | core/ |
|
config.installer | service | core/ |
Drupal\Core\Config\ConfigInstaller |
ConfigAfterInstallerTestBase | class | core/ |
Provides a class for install profiles to check their installed config. |
ConfigAfterInstallerTestBase.php | file | core/ |
|
ConfigAfterInstallerTestBase::assertInstalledConfig | function | core/ |
Ensures that all the installed config looks like the exported one. |
ConfigEntityBase::$isUninstalling | property | core/ |
Whether the config is being deleted by the uninstall process. |
ConfigEntityBase::isInstallable | function | core/ |
Checks whether this entity is installable. |
ConfigEntityBase::isUninstalling | function | core/ |
Returns whether this entity is being changed during the uninstall process. |
ConfigEntityBase::setUninstalling | function | core/ |
|
ConfigEntityInterface::isInstallable | function | core/ |
Checks whether this entity is installable. |
ConfigEntityInterface::isUninstalling | function | core/ |
Returns whether this entity is being changed during the uninstall process. |
ConfigImporter::$moduleInstaller | property | core/ |
The module installer. |
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. |
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::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. |
ConfigInstaller::getActiveStorages | function | core/ |
Gets the configuration storage that provides the active configuration. |
ConfigInstaller::getConfigToCreate | function | core/ |
Gets configuration data from the provided storage to create. |
ConfigInstaller::getDefaultConfigDirectory | function | core/ |
Gets an extension's default configuration directory. |
ConfigInstaller::getEnabledExtensions | function | core/ |
Gets the list of enabled extensions including both modules and themes. |
ConfigInstaller::getMissingDependencies | function | core/ |
Returns an array of missing dependencies for a config object. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.