You are here

public function SocialPostPhotoAlbumConfigOverride::getCacheSuffix in Open Social 10.3.x

Same name and namespace in other branches
  1. 10.0.x modules/social_features/social_post/modules/social_post_album/src/SocialPostPhotoAlbumConfigOverride.php \Drupal\social_post_album\SocialPostPhotoAlbumConfigOverride::getCacheSuffix()
  2. 10.1.x modules/social_features/social_post/modules/social_post_album/src/SocialPostPhotoAlbumConfigOverride.php \Drupal\social_post_album\SocialPostPhotoAlbumConfigOverride::getCacheSuffix()
  3. 10.2.x modules/social_features/social_post/modules/social_post_album/src/SocialPostPhotoAlbumConfigOverride.php \Drupal\social_post_album\SocialPostPhotoAlbumConfigOverride::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_post/modules/social_post_album/src/SocialPostPhotoAlbumConfigOverride.php, line 42

Class

SocialPostPhotoAlbumConfigOverride
Provides an overridden elements.

Namespace

Drupal\social_post_album

Code

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