public function Roles::query in Drupal 10
Same name and namespace in other branches
- 8 core/modules/user/src/Plugin/views/field/Roles.php \Drupal\user\Plugin\views\field\Roles::query()
- 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\fieldCode
public function query() {
  $this
    ->addAdditionalFields();
  $this->field_alias = $this->aliases['uid'];
}