function Roles::query
Same name in other branches
- 9 core/modules/user/src/Plugin/views/field/Roles.php \Drupal\user\Plugin\views\field\Roles::query()
- 8.9.x core/modules/user/src/Plugin/views/field/Roles.php \Drupal\user\Plugin\views\field\Roles::query()
- 10 core/modules/user/src/Plugin/views/field/Roles.php \Drupal\user\Plugin\views\field\Roles::query()
Overrides FieldPluginBase::query
File
-
core/
modules/ user/ src/ Plugin/ views/ field/ Roles.php, line 62
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'];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.