Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal