public function NullStorage::exists

Implements Drupal\Core\Config\StorageInterface::exists().

Overrides StorageInterface::exists

File

drupal/core/lib/Drupal/Core/Config/NullStorage.php, line 29
Definition of Drupal\Core\Config\NullStorage.

Class

NullStorage
Defines a stub storage controller.

Namespace

Drupal\Core\Config

Code

public function exists($name) {
  return FALSE;
}