You are here

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

Same name and namespace in other branches
  1. 10.3.x modules/social_features/social_album/src/SocialAlbumConfigOverride.php \Drupal\social_album\SocialAlbumConfigOverride::getCacheableMetadata()
  2. 10.0.x modules/social_features/social_album/src/SocialAlbumConfigOverride.php \Drupal\social_album\SocialAlbumConfigOverride::getCacheableMetadata()
  3. 10.1.x modules/social_features/social_album/src/SocialAlbumConfigOverride.php \Drupal\social_album\SocialAlbumConfigOverride::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_album/src/SocialAlbumConfigOverride.php, line 183

Class

SocialAlbumConfigOverride
Provides an overridden elements.

Namespace

Drupal\social_album

Code

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