function ConfigOverride::getCacheableMetadata

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Installer/ConfigOverride.php \Drupal\Core\Installer\ConfigOverride::getCacheableMetadata()
  2. 8.9.x core/lib/Drupal/Core/Installer/ConfigOverride.php \Drupal\Core\Installer\ConfigOverride::getCacheableMetadata()
  3. 10 core/lib/Drupal/Core/Installer/ConfigOverride.php \Drupal\Core\Installer\ConfigOverride::getCacheableMetadata()

File

core/lib/Drupal/Core/Installer/ConfigOverride.php, line 58

Class

ConfigOverride
Override configuration during the installer.

Namespace

Drupal\Core\Installer

Code

public function getCacheableMetadata($name) {
    return new CacheableMetadata();
}

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