function Node::getCacheContexts

Same name and namespace in other branches
  1. 9 core/modules/node/src/Plugin/views/argument_default/Node.php \Drupal\node\Plugin\views\argument_default\Node::getCacheContexts()
  2. 8.9.x core/modules/node/src/Plugin/views/argument_default/Node.php \Drupal\node\Plugin\views\argument_default\Node::getCacheContexts()
  3. 10 core/modules/node/src/Plugin/views/argument_default/Node.php \Drupal\node\Plugin\views\argument_default\Node::getCacheContexts()

Overrides CacheableDependencyInterface::getCacheContexts

File

core/modules/node/src/Plugin/views/argument_default/Node.php, line 81

Class

Node
Default argument plugin to extract a node.

Namespace

Drupal\node\Plugin\views\argument_default

Code

public function getCacheContexts() {
    return [
        'url',
    ];
}

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