public function SocialContentBlockLandingPageConfigOverride::getCacheSuffix in Open Social 10.1.x
Same name and namespace in other branches
- 8.9 modules/social_features/social_content_block/modules/social_content_block_landing_page/src/SocialContentBlockLandingPageConfigOverride.php \Drupal\social_content_block_landing_page\SocialContentBlockLandingPageConfigOverride::getCacheSuffix()
- 10.3.x modules/social_features/social_content_block/modules/social_content_block_landing_page/src/SocialContentBlockLandingPageConfigOverride.php \Drupal\social_content_block_landing_page\SocialContentBlockLandingPageConfigOverride::getCacheSuffix()
- 10.0.x modules/social_features/social_content_block/modules/social_content_block_landing_page/src/SocialContentBlockLandingPageConfigOverride.php \Drupal\social_content_block_landing_page\SocialContentBlockLandingPageConfigOverride::getCacheSuffix()
- 10.2.x modules/social_features/social_content_block/modules/social_content_block_landing_page/src/SocialContentBlockLandingPageConfigOverride.php \Drupal\social_content_block_landing_page\SocialContentBlockLandingPageConfigOverride::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_content_block/ modules/ social_content_block_landing_page/ src/ SocialContentBlockLandingPageConfigOverride.php, line 73
Class
- SocialContentBlockLandingPageConfigOverride
- Class SocialContentBlockLandingPageConfigOverride.
Namespace
Drupal\social_content_block_landing_pageCode
public function getCacheSuffix() {
return 'SocialContentBlockLandingPageConfigOverride';
}