function ConfigOverride::getCacheableMetadata
Same name in other branches
- 9 core/lib/Drupal/Core/Installer/ConfigOverride.php \Drupal\Core\Installer\ConfigOverride::getCacheableMetadata()
- 10 core/lib/Drupal/Core/Installer/ConfigOverride.php \Drupal\Core\Installer\ConfigOverride::getCacheableMetadata()
- 11.x core/lib/Drupal/Core/Installer/ConfigOverride.php \Drupal\Core\Installer\ConfigOverride::getCacheableMetadata()
Overrides ConfigFactoryOverrideInterface::getCacheableMetadata
File
-
core/
lib/ Drupal/ Core/ Installer/ ConfigOverride.php, line 58
Class
- ConfigOverride
- Override configuration during the installer.
Namespace
Drupal\Core\InstallerCode
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.