function Node::create

Overrides PluginBase::create

1 method overrides Node::create()
TopLevelBook::create in core/modules/book/src/Plugin/views/argument_default/TopLevelBook.php
Creates an instance of the plugin.

File

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

Class

Node
Default argument plugin to extract a node.

Namespace

Drupal\node\Plugin\views\argument_default

Code

public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) {
  return new static($configuration, $plugin_id, $plugin_definition, $container->get('current_route_match'));
}

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