function CurrentThemeCondition::getCacheContexts

Same name and namespace in other branches
  1. 11.x core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php \Drupal\system\Plugin\Condition\CurrentThemeCondition::getCacheContexts()

File

core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php, line 124

Class

CurrentThemeCondition
Provides a 'Current Theme' condition.

Namespace

Drupal\system\Plugin\Condition

Code

public function getCacheContexts() {
  $contexts = parent::getCacheContexts();
  $contexts[] = 'theme';
  return $contexts;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.