You are here

public function SocialGroupSecretConfigOverride::getCacheableMetadata in Open Social 8.8

Same name and namespace in other branches
  1. 8.9 modules/social_features/social_group/modules/social_group_secret/src/SocialGroupSecretConfigOverride.php \Drupal\social_group_secret\SocialGroupSecretConfigOverride::getCacheableMetadata()
  2. 8.6 modules/social_features/social_group/modules/social_group_secret/src/SocialGroupSecretConfigOverride.php \Drupal\social_group_secret\SocialGroupSecretConfigOverride::getCacheableMetadata()
  3. 8.7 modules/social_features/social_group/modules/social_group_secret/src/SocialGroupSecretConfigOverride.php \Drupal\social_group_secret\SocialGroupSecretConfigOverride::getCacheableMetadata()
  4. 10.3.x modules/social_features/social_group/modules/social_group_secret/src/SocialGroupSecretConfigOverride.php \Drupal\social_group_secret\SocialGroupSecretConfigOverride::getCacheableMetadata()
  5. 10.0.x modules/social_features/social_group/modules/social_group_secret/src/SocialGroupSecretConfigOverride.php \Drupal\social_group_secret\SocialGroupSecretConfigOverride::getCacheableMetadata()
  6. 10.1.x modules/social_features/social_group/modules/social_group_secret/src/SocialGroupSecretConfigOverride.php \Drupal\social_group_secret\SocialGroupSecretConfigOverride::getCacheableMetadata()
  7. 10.2.x modules/social_features/social_group/modules/social_group_secret/src/SocialGroupSecretConfigOverride.php \Drupal\social_group_secret\SocialGroupSecretConfigOverride::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

modules/social_features/social_group/modules/social_group_secret/src/SocialGroupSecretConfigOverride.php, line 216

Class

SocialGroupSecretConfigOverride
Class SocialGroupSecretConfigOverride.

Namespace

Drupal\social_group_secret

Code

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