function Permissions::init
Overrides FieldPluginBase::init
File
- 
              core/
modules/ user/ src/ Plugin/ views/ field/ Permissions.php, line 72  
Class
- Permissions
 - Field handler to provide a list of permissions.
 
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.