You are here

public function SocialEmbedEditorConfigOverride::getCacheableMetadata in Open Social 8.3

Same name and namespace in other branches
  1. 8 modules/social_features/social_embed/src/SocialEmbedEditorConfigOverride.php \Drupal\social_embed\SocialEmbedEditorConfigOverride::getCacheableMetadata()
  2. 8.2 modules/social_features/social_embed/src/SocialEmbedEditorConfigOverride.php \Drupal\social_embed\SocialEmbedEditorConfigOverride::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_embed/src/SocialEmbedEditorConfigOverride.php, line 72

Class

SocialEmbedEditorConfigOverride
Class SocialEmbedEditorConfigOverride.

Namespace

Drupal\social_embed

Code

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