You are here

public function ConfigurationHandlerInterface::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.

1 method overrides ConfigurationHandlerInterface::loadFromDatabase()
ConfigurationHandler::loadFromDatabase in src/Handlers/ConfigurationHandler.php
Loads the configuration from the database.

File

src/ConfigurationHandlerInterface.php, line 34

Class

ConfigurationHandlerInterface

Namespace

Configuration

Code

public function loadFromDatabase($identifier);