Uid.php

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

Namespace

Drupal\user\Plugin\views\argument

File

core/modules/user/src/Plugin/views/argument/Uid.php

View source
<?php

namespace Drupal\user\Plugin\views\argument;

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

/**
 * Argument handler to accept a user id.
 *
 * @ingroup views_argument_handlers
 */
class Uid extends EntityArgument {

}

Classes

Title Deprecated Summary
Uid Argument handler to accept a user id.

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