public function SocialMentionsConfigOverride::getCacheSuffix in Open Social 10.1.x
Same name and namespace in other branches
- 8.9 modules/social_features/social_mentions/src/SocialMentionsConfigOverride.php \Drupal\social_mentions\SocialMentionsConfigOverride::getCacheSuffix()
- 8 modules/social_features/social_mentions/src/SocialMentionsConfigOverride.php \Drupal\social_mentions\SocialMentionsConfigOverride::getCacheSuffix()
- 8.2 modules/social_features/social_mentions/src/SocialMentionsConfigOverride.php \Drupal\social_mentions\SocialMentionsConfigOverride::getCacheSuffix()
- 8.3 modules/social_features/social_mentions/src/SocialMentionsConfigOverride.php \Drupal\social_mentions\SocialMentionsConfigOverride::getCacheSuffix()
- 8.4 modules/social_features/social_mentions/src/SocialMentionsConfigOverride.php \Drupal\social_mentions\SocialMentionsConfigOverride::getCacheSuffix()
- 8.5 modules/social_features/social_mentions/src/SocialMentionsConfigOverride.php \Drupal\social_mentions\SocialMentionsConfigOverride::getCacheSuffix()
- 8.6 modules/social_features/social_mentions/src/SocialMentionsConfigOverride.php \Drupal\social_mentions\SocialMentionsConfigOverride::getCacheSuffix()
- 8.7 modules/social_features/social_mentions/src/SocialMentionsConfigOverride.php \Drupal\social_mentions\SocialMentionsConfigOverride::getCacheSuffix()
- 8.8 modules/social_features/social_mentions/src/SocialMentionsConfigOverride.php \Drupal\social_mentions\SocialMentionsConfigOverride::getCacheSuffix()
- 10.3.x modules/social_features/social_mentions/src/SocialMentionsConfigOverride.php \Drupal\social_mentions\SocialMentionsConfigOverride::getCacheSuffix()
- 10.0.x modules/social_features/social_mentions/src/SocialMentionsConfigOverride.php \Drupal\social_mentions\SocialMentionsConfigOverride::getCacheSuffix()
- 10.2.x modules/social_features/social_mentions/src/SocialMentionsConfigOverride.php \Drupal\social_mentions\SocialMentionsConfigOverride::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_mentions/ src/ SocialMentionsConfigOverride.php, line 51
Class
- SocialMentionsConfigOverride
- Class SocialMentionsConfigOverride.
Namespace
Drupal\social_mentionsCode
public function getCacheSuffix() {
return 'SocialMentionsConfigOverride';
}