public function SocialLazyLoadingImageDisplayOverride::getCacheSuffix in Open Social 8.8
Same name and namespace in other branches
- 8.9 modules/custom/social_lazy_loading/social_lazy_loading_images/src/SocialLazyLoadingImageDisplayOverride.php \Drupal\social_lazy_loading_images\SocialLazyLoadingImageDisplayOverride::getCacheSuffix()
- 8.6 modules/custom/social_lazy_loading/social_lazy_loading_images/src/SocialLazyLoadingImageDisplayOverride.php \Drupal\social_lazy_loading_images\SocialLazyLoadingImageDisplayOverride::getCacheSuffix()
- 8.7 modules/custom/social_lazy_loading/social_lazy_loading_images/src/SocialLazyLoadingImageDisplayOverride.php \Drupal\social_lazy_loading_images\SocialLazyLoadingImageDisplayOverride::getCacheSuffix()
- 10.3.x modules/custom/social_lazy_loading/social_lazy_loading_images/src/SocialLazyLoadingImageDisplayOverride.php \Drupal\social_lazy_loading_images\SocialLazyLoadingImageDisplayOverride::getCacheSuffix()
- 10.0.x modules/custom/social_lazy_loading/social_lazy_loading_images/src/SocialLazyLoadingImageDisplayOverride.php \Drupal\social_lazy_loading_images\SocialLazyLoadingImageDisplayOverride::getCacheSuffix()
- 10.1.x modules/custom/social_lazy_loading/social_lazy_loading_images/src/SocialLazyLoadingImageDisplayOverride.php \Drupal\social_lazy_loading_images\SocialLazyLoadingImageDisplayOverride::getCacheSuffix()
- 10.2.x modules/custom/social_lazy_loading/social_lazy_loading_images/src/SocialLazyLoadingImageDisplayOverride.php \Drupal\social_lazy_loading_images\SocialLazyLoadingImageDisplayOverride::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/
custom/ social_lazy_loading/ social_lazy_loading_images/ src/ SocialLazyLoadingImageDisplayOverride.php, line 93
Class
- SocialLazyLoadingImageDisplayOverride
- Class SocialLazyLoadingTextFormatOverride.
Namespace
Drupal\social_lazy_loading_imagesCode
public function getCacheSuffix() {
return 'SocialLazyLoadingImageDisplayOverride';
}