W3cubDocs

/Drupal 8

interface 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.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Config!ConfigInstallerInterface.php/interface/ConfigInstallerInterface/8.1.x