Nid.php
Same filename in other branches
Namespace
Drupal\node\Plugin\views\argumentFile
-
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.