You are here

public function GroupMenuConfigOverrides::getCacheableMetadata in Group Menu 8

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

src/GroupMenuConfigOverrides.php, line 242

Class

GroupMenuConfigOverrides
Group menu configuration overrides.

Namespace

Drupal\groupmenu

Code

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