public function SocialEmbedEditorConfigOverride::getCacheSuffix in Open Social 8.2
Same name and namespace in other branches
- 8 modules/social_features/social_embed/src/SocialEmbedEditorConfigOverride.php \Drupal\social_embed\SocialEmbedEditorConfigOverride::getCacheSuffix()
- 8.3 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_embedCode
public function getCacheSuffix() {
return 'SocialEmbedEditorConfigOverride';
}