You are here

public function SocialFollowLandingPageOverrides::getCacheableMetadata in Open Social 10.0.x

Same name and namespace in other branches
  1. 10.3.x modules/social_features/social_follow_taxonomy/modules/social_follow_landing_page/src/SocialFollowLandingPageOverrides.php \Drupal\social_follow_landing_page\SocialFollowLandingPageOverrides::getCacheableMetadata()
  2. 10.1.x modules/social_features/social_follow_taxonomy/modules/social_follow_landing_page/src/SocialFollowLandingPageOverrides.php \Drupal\social_follow_landing_page\SocialFollowLandingPageOverrides::getCacheableMetadata()
  3. 10.2.x modules/social_features/social_follow_taxonomy/modules/social_follow_landing_page/src/SocialFollowLandingPageOverrides.php \Drupal\social_follow_landing_page\SocialFollowLandingPageOverrides::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_follow_taxonomy/modules/social_follow_landing_page/src/SocialFollowLandingPageOverrides.php, line 63

Class

SocialFollowLandingPageOverrides
Class SocialFollowLandingPageOverrides.

Namespace

Drupal\social_follow_landing_page

Code

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