You are here

public function Roles::query in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/user/src/Plugin/views/field/Roles.php \Drupal\user\Plugin\views\field\Roles::query()
  2. 9 core/modules/user/src/Plugin/views/field/Roles.php \Drupal\user\Plugin\views\field\Roles::query()

Add anything to the query that we might need to.

Overrides ViewsPluginInterface::query

File

core/modules/user/src/Plugin/views/field/Roles.php, line 61

Class

Roles
Field handler to provide a list of roles.

Namespace

Drupal\user\Plugin\views\field

Code

public function query() {
  $this
    ->addAdditionalFields();
  $this->field_alias = $this->aliases['uid'];
}