You are here

public function ConfigInterface::keyIsSet in Backup and Migrate 8.4

Determine if the given key has had a value set for it.

Parameters

$key:

Return value

bool

1 method overrides ConfigInterface::keyIsSet()
Config::keyIsSet in lib/backup_migrate_core/src/Config/Config.php
Determine if the given key has had a value set for it.

File

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

Class

ConfigInterface
Provides an interface defining a backup source.

Namespace

BackupMigrate\Core\Config

Code

public function keyIsSet($key);