function Node::getCacheContexts
Same name in other branches
- 9 core/modules/node/src/Plugin/views/argument_default/Node.php \Drupal\node\Plugin\views\argument_default\Node::getCacheContexts()
- 8.9.x core/modules/node/src/Plugin/views/argument_default/Node.php \Drupal\node\Plugin\views\argument_default\Node::getCacheContexts()
- 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_defaultCode
public function getCacheContexts() {
return [
'url',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.