You are here

public function Roles::query in Zircon Profile 8

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

Called to add the field to a query.

Overrides FieldPluginBase::query

File

core/modules/user/src/Plugin/views/field/Roles.php, line 66
Contains \Drupal\user\Plugin\views\field\Roles.

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'];
}