Nid.php

Same filename and directory in other branches
  1. 9 core/modules/node/src/Plugin/views/argument/Nid.php
  2. 8.9.x core/modules/node/src/Plugin/views/argument/Nid.php
  3. 10 core/modules/node/src/Plugin/views/argument/Nid.php

Namespace

Drupal\node\Plugin\views\argument

File

core/modules/node/src/Plugin/views/argument/Nid.php

View source
<?php

namespace Drupal\node\Plugin\views\argument;

use Drupal\views\Attribute\ViewsArgument;
use Drupal\views\Plugin\views\argument\EntityArgument;

/**
 * Argument handler to accept a node id.
 */
class Nid extends EntityArgument {

}

Classes

Title Deprecated Summary
Nid Argument handler to accept a node id.

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