You are here

public function SocialEmbedEditorConfigOverride::getCacheSuffix 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::getCacheSuffix()
  2. 8.2 modules/social_features/social_embed/src/SocialEmbedEditorConfigOverride.php \Drupal\social_embed\SocialEmbedEditorConfigOverride::getCacheSuffix()

The string to append to the configuration static cache name.

Return value

string A string to append to the configuration static cache name.

Overrides ConfigFactoryOverrideInterface::getCacheSuffix

File

modules/social_features/social_embed/src/SocialEmbedEditorConfigOverride.php, line 65

Class

SocialEmbedEditorConfigOverride
Class SocialEmbedEditorConfigOverride.

Namespace

Drupal\social_embed

Code

public function getCacheSuffix() {
  return 'SocialEmbedEditorConfigOverride';
}