function Roles::init
Overrides FieldPluginBase::init
File
- 
              core/modules/ user/ src/ Plugin/ views/ field/ Roles.php, line 55 
Class
- Roles
- Field handler to provide a list of roles.
Namespace
Drupal\user\Plugin\views\fieldCode
public function init(ViewExecutable $view, DisplayPluginBase $display, array &$options = NULL) {
  parent::init($view, $display, $options);
  $this->additional_fields['uid'] = [
    'table' => 'users_field_data',
    'field' => 'uid',
  ];
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
