public function SocialAlbumConfigOverride::getCacheSuffix in Open Social 10.3.x
Same name and namespace in other branches
- 10.0.x modules/social_features/social_album/src/SocialAlbumConfigOverride.php \Drupal\social_album\SocialAlbumConfigOverride::getCacheSuffix()
- 10.1.x modules/social_features/social_album/src/SocialAlbumConfigOverride.php \Drupal\social_album\SocialAlbumConfigOverride::getCacheSuffix()
- 10.2.x modules/social_features/social_album/src/SocialAlbumConfigOverride.php \Drupal\social_album\SocialAlbumConfigOverride::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_album/ src/ SocialAlbumConfigOverride.php, line 176
Class
- SocialAlbumConfigOverride
- Provides an overridden elements.
Namespace
Drupal\social_albumCode
public function getCacheSuffix() {
return 'SocialAlbumConfigOverride';
}