function InstallStorage::exists

Overrides FileStorage::exists

File

core/lib/Drupal/Core/Config/InstallStorage.php, line 94

Class

InstallStorage
Storage used by the Drupal installer.

Namespace

Drupal\Core\Config

Code

public function exists($name) {
  return array_key_exists($name, $this->getAllFolders());
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.