You are here

public function ConfigOverrider::getCacheableMetadata in Advanced CSS/JS Aggregation 8.2

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

advagg_bundler/src/ConfigOverrider.php, line 42

Class

ConfigOverrider
Override required configuration values.

Namespace

Drupal\advagg_bundler

Code

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