You are here

protected property Node::$routeMatch in Drupal 8

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::routeMatch

The route match.

Type: \Drupal\Core\Routing\RouteMatchInterface

File

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

Class

Node
Default argument plugin to extract a node.

Namespace

Drupal\node\Plugin\views\argument_default

Code

protected $routeMatch;