You are here

public function TestMailSystemOverride::getCacheSuffix in Sparkpost email 8.2

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

src/TestMailSystemOverride.php, line 34

Class

TestMailSystemOverride
Example configuration override.

Namespace

Drupal\sparkpost

Code

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