public function MailchimpConfigOverrider::getCacheSuffix in Mailchimp 8
Same name and namespace in other branches
- 2.x tests/modules/mailchimp_test/src/MailchimpConfigOverrider.php \Drupal\mailchimp_test\MailchimpConfigOverrider::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
- tests/
modules/ mailchimp_test/ src/ MailchimpConfigOverrider.php, line 36
Class
- MailchimpConfigOverrider
- Tests module overrides for configuration.
Namespace
Drupal\mailchimp_testCode
public function getCacheSuffix() {
return 'mailchimp_test_cache';
}