You are here

public function SocialGroupInviteConfigOverride::getCacheableMetadata in Open Social 10.3.x

Same name and namespace in other branches
  1. 10.1.x modules/social_features/social_group/modules/social_group_invite/src/SocialGroupInviteConfigOverride.php \Drupal\social_group_invite\SocialGroupInviteConfigOverride::getCacheableMetadata()
  2. 10.2.x modules/social_features/social_group/modules/social_group_invite/src/SocialGroupInviteConfigOverride.php \Drupal\social_group_invite\SocialGroupInviteConfigOverride::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_invite/src/SocialGroupInviteConfigOverride.php, line 171

Class

SocialGroupInviteConfigOverride
Provides an overridden elements.

Namespace

Drupal\social_group_invite

Code

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