function InstallStorage::exists
Same name in other branches
- 9 core/lib/Drupal/Core/Config/InstallStorage.php \Drupal\Core\Config\InstallStorage::exists()
- 8.9.x core/lib/Drupal/Core/Config/InstallStorage.php \Drupal\Core\Config\InstallStorage::exists()
- 10 core/lib/Drupal/Core/Config/InstallStorage.php \Drupal\Core\Config\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\ConfigCode
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.