You are here

public function ConfigurableInterface::confGet in Backup and Migrate 5.0.x

Get a specific value from the configuration.

Parameters

string $key: The configuration object key to retrieve.

Return value

mixed The configuration value.

File

src/Core/Config/ConfigurableInterface.php, line 36

Class

ConfigurableInterface
A configurable object. Manages injection and access to a config object.

Namespace

Drupal\backup_migrate\Core\Config

Code

public function confGet($key);