You are here

public function CronOverride::getCacheSuffix in Automatic Updates 8

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/EventSubscriber/CronOverride.php, line 44

Class

CronOverride
This class overrides the default system warning and error limits for cron.

Namespace

Drupal\automatic_updates\EventSubscriber

Code

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