You are here

abstract public function ConfigurationHandler::loadFromDatabase in Configuration Management 7.3

Loads the configuration from the database.

Parameters

string $identifier: The identifier of the configuration to load.

Return value

\Configuration\Configuration A configuration object.

Overrides ConfigurationHandlerInterface::loadFromDatabase

14 methods override ConfigurationHandler::loadFromDatabase()
ContentTypeConfigurationHandler::loadFromDatabase in src/Handlers/ContentTypeConfigurationHandler.php
Loads the configuration from the database.
EntityConfigurationHandler::loadFromDatabase in src/Handlers/EntityConfigurationHandler.php
Loads the configuration from the database.
FieldBaseConfigurationHandler::loadFromDatabase in src/Handlers/FieldBaseConfigurationHandler.php
Loads the configuration from the database.
FieldInstanceConfigurationHandler::loadFromDatabase in src/Handlers/FieldInstanceConfigurationHandler.php
Loads the configuration from the database.
ImageStyleConfigurationHandler::loadFromDatabase in src/Handlers/ImageStyleConfigurationHandler.php
Loads the configuration from the database.

... See full list

File

src/Handlers/ConfigurationHandler.php, line 38

Class

ConfigurationHandler

Namespace

Configuration\Handlers

Code

public abstract function loadFromDatabase($identifier);