You are here

public function MediaSettingsOverride::getCacheSuffix in Media Download 1.0.x

Same name and namespace in other branches
  1. 1.2.x src/MediaSettingsOverride.php \Drupal\media_download\MediaSettingsOverride::getCacheSuffix()
  2. 1.1.x src/MediaSettingsOverride.php \Drupal\media_download\MediaSettingsOverride::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

src/MediaSettingsOverride.php, line 31

Class

MediaSettingsOverride
Overrides the Media module's settings to forcibly enable standalone URL.

Namespace

Drupal\media_download

Code

public function getCacheSuffix() {
  return self::CLASS;
}