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