ConfigInstallerInterface

Interface for classes that install config.

Hierarchy

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.
doc_Drupal
2016-10-29 08:53:56
Comments
Leave a Comment

Please login to continue.