You are here

public function SocialGroupSelectorWidgetConfigOverride::getCacheableMetadata in Open Social 10.2.x

Same name and namespace in other branches
  1. 8.9 modules/social_features/social_group/src/SocialGroupSelectorWidgetConfigOverride.php \Drupal\social_group\SocialGroupSelectorWidgetConfigOverride::getCacheableMetadata()
  2. 8 modules/social_features/social_group/src/SocialGroupSelectorWidgetConfigOverride.php \Drupal\social_group\SocialGroupSelectorWidgetConfigOverride::getCacheableMetadata()
  3. 8.2 modules/social_features/social_group/src/SocialGroupSelectorWidgetConfigOverride.php \Drupal\social_group\SocialGroupSelectorWidgetConfigOverride::getCacheableMetadata()
  4. 8.3 modules/social_features/social_group/src/SocialGroupSelectorWidgetConfigOverride.php \Drupal\social_group\SocialGroupSelectorWidgetConfigOverride::getCacheableMetadata()
  5. 8.4 modules/social_features/social_group/src/SocialGroupSelectorWidgetConfigOverride.php \Drupal\social_group\SocialGroupSelectorWidgetConfigOverride::getCacheableMetadata()
  6. 8.5 modules/social_features/social_group/src/SocialGroupSelectorWidgetConfigOverride.php \Drupal\social_group\SocialGroupSelectorWidgetConfigOverride::getCacheableMetadata()
  7. 8.6 modules/social_features/social_group/src/SocialGroupSelectorWidgetConfigOverride.php \Drupal\social_group\SocialGroupSelectorWidgetConfigOverride::getCacheableMetadata()
  8. 8.7 modules/social_features/social_group/src/SocialGroupSelectorWidgetConfigOverride.php \Drupal\social_group\SocialGroupSelectorWidgetConfigOverride::getCacheableMetadata()
  9. 8.8 modules/social_features/social_group/src/SocialGroupSelectorWidgetConfigOverride.php \Drupal\social_group\SocialGroupSelectorWidgetConfigOverride::getCacheableMetadata()
  10. 10.3.x modules/social_features/social_group/src/SocialGroupSelectorWidgetConfigOverride.php \Drupal\social_group\SocialGroupSelectorWidgetConfigOverride::getCacheableMetadata()
  11. 10.0.x modules/social_features/social_group/src/SocialGroupSelectorWidgetConfigOverride.php \Drupal\social_group\SocialGroupSelectorWidgetConfigOverride::getCacheableMetadata()
  12. 10.1.x modules/social_features/social_group/src/SocialGroupSelectorWidgetConfigOverride.php \Drupal\social_group\SocialGroupSelectorWidgetConfigOverride::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/src/SocialGroupSelectorWidgetConfigOverride.php, line 57

Class

SocialGroupSelectorWidgetConfigOverride
Class SocialGroupSelectorWidgetConfigOverride.

Namespace

Drupal\social_group

Code

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