
| Current Path : /var/www/html/recommended-project/web/core/modules/user/src/Plugin/views/argument/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/recommended-project/web/core/modules/user/src/Plugin/views/argument/Uid.php |
<?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
*/
#[ViewsArgument(
id: 'user_uid'
)]
class Uid extends EntityArgument {}