You are here

public function ConfigInterface::get in Backup and Migrate 8.4

Get a setting value.

Parameters

string $key The key for the setting.:

null $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 lib/backup_migrate_core/src/Config/Config.php
Get a setting value.

File

lib/backup_migrate_core/src/Config/ConfigInterface.php, line 18

Class

ConfigInterface
Provides an interface defining a backup source.

Namespace

BackupMigrate\Core\Config

Code

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