You are here

public function SocialGroupWelcomeMessageConfigOverride::getCacheableMetadata in Open Social 8.8

Same name and namespace in other branches
  1. 8.9 modules/social_features/social_group/modules/social_group_welcome_message/src/SocialGroupWelcomeMessageConfigOverride.php \Drupal\social_group_welcome_message\SocialGroupWelcomeMessageConfigOverride::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_welcome_message/src/SocialGroupWelcomeMessageConfigOverride.php, line 105

Class

SocialGroupWelcomeMessageConfigOverride
Social Group welcome message configuration override.

Namespace

Drupal\social_group_welcome_message

Code

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