abstract public function ConfigurationHandler::removeFromDatabase in Configuration Management 7.3
Deletes a configuration from the database.
Parameters
\Configuration\Configuration $configuration: The configuration to be deleted.
Overrides ConfigurationHandlerInterface::removeFromDatabase
14 methods override ConfigurationHandler::removeFromDatabase()
- ContentTypeConfigurationHandler::removeFromDatabase in src/
Handlers/ ContentTypeConfigurationHandler.php - Deletes a configuration from the database.
- EntityConfigurationHandler::removeFromDatabase in src/
Handlers/ EntityConfigurationHandler.php - Deletes a configuration from the database.
- FieldBaseConfigurationHandler::removeFromDatabase in src/
Handlers/ FieldBaseConfigurationHandler.php - Deletes a configuration from the database.
- FieldInstanceConfigurationHandler::removeFromDatabase in src/
Handlers/ FieldInstanceConfigurationHandler.php - Deletes a configuration from the database.
- ImageStyleConfigurationHandler::removeFromDatabase in src/
Handlers/ ImageStyleConfigurationHandler.php - Deletes a configuration from the database.
File
- src/
Handlers/ ConfigurationHandler.php, line 42
Class
Namespace
Configuration\HandlersCode
public abstract function removeFromDatabase(Configuration $configuration);