function ConfigOverrider::getCacheableMetadata
Gets the cacheability metadata associated with the config factory override.
Parameters
string $name: The name of the configuration override to get metadata for.
Return value
\Drupal\Core\Cache\CacheableMetadata A cacheable metadata object.
Overrides ConfigFactoryOverrideInterface::getCacheableMetadata
File
- 
              core/
modules/ settings_tray/ tests/ modules/ settings_tray_override_test/ src/ ConfigOverrider.php, line 56  
Class
- ConfigOverrider
 - Provides an overridden block for Settings Tray testing.
 
Namespace
Drupal\settings_tray_override_testCode
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.