You are here

public static function BackgroundImageSettingsBlurCacheContext::getLabel in Background Image 2.0.x

Same name and namespace in other branches
  1. 8 src/Cache/Context/BackgroundImageSettingsBlurCacheContext.php \Drupal\background_image\Cache\Context\BackgroundImageSettingsBlurCacheContext::getLabel()
  2. 2.x src/Cache/Context/BackgroundImageSettingsBlurCacheContext.php \Drupal\background_image\Cache\Context\BackgroundImageSettingsBlurCacheContext::getLabel()

Returns the label of the cache context.

Return value

string The label of the cache context.

Overrides CacheContextInterface::getLabel

File

src/Cache/Context/BackgroundImageSettingsBlurCacheContext.php, line 13

Class

BackgroundImageSettingsBlurCacheContext
Cache context ID: 'background_image.settings.blur'.

Namespace

Drupal\background_image\Cache\Context

Code

public static function getLabel() {
  return t('Background Image: Blur Settings');
}