You are here

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

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 src/Core/Config/Config.php
Determine if the given key has had a value set for it.

File

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

Class

ConfigInterface
Provides an interface defining a backup source.

Namespace

Drupal\backup_migrate\Core\Config

Code

public function keyIsSet($key);