You are here

public function ConfigInterface::get in Backup and Migrate 5.0.x

Get a setting value.

Parameters

string $key: The key for the setting.

$default: The default to return if there is no value set for this key.

Return value

mixed The value of the setting.

1 method overrides ConfigInterface::get()
Config::get in src/Core/Config/Config.php
Get a setting value.

File

src/Core/Config/ConfigInterface.php, line 21

Class

ConfigInterface
Provides an interface defining a backup source.

Namespace

Drupal\backup_migrate\Core\Config

Code

public function get($key, $default = NULL);