Interface for classes that install config.
Hierarchy
- interface \Drupal\Core\Config\ConfigInstallerInterface
File
- core/lib/Drupal/Core/Config/ConfigInstallerInterface.php, line 8
Namespace
Drupal\Core\Config
Members
Name | Modifiers | Type | Description |
---|---|---|---|
ConfigInstallerInterface::checkConfigurationToInstall | public | function | Checks the configuration that will be installed for an extension. |
ConfigInstallerInterface::installCollectionDefaultConfig | public | function | Installs all default configuration in the specified collection. |
ConfigInstallerInterface::installDefaultConfig | public | function | Installs the default configuration of a given extension. |
ConfigInstallerInterface::installOptionalConfig | public | function | Installs optional configuration. |
ConfigInstallerInterface::isSyncing | public | function | Gets the syncing state. |
ConfigInstallerInterface::setSourceStorage | public | function | Sets the configuration storage that provides the default configuration. |
ConfigInstallerInterface::setSyncing | public | function | Sets the status of the isSyncing flag. |
Please login to continue.