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