function ResponseStatus::getCacheContexts

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

Overrides ContextAwarePluginTrait::getCacheContexts

File

core/modules/system/src/Plugin/Condition/ResponseStatus.php, line 119

Class

ResponseStatus
Provides a 'Response status' condition.

Namespace

Drupal\system\Plugin\Condition

Code

public function getCacheContexts() : array {
    $contexts = parent::getCacheContexts();
    $contexts[] = 'url.path';
    return $contexts;
}

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