public function UserData::init

Overrides \Drupal\views\Plugin\views\field\FieldPluginBase::init().

Overrides FieldPluginBase::init

File

drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/UserData.php, line 37
Contains \Drupal\user\Plugin\views\field\UserData.

Class

UserData
Provides access to the user data service.

Namespace

Drupal\user\Plugin\views\field

Code

public function init(ViewExecutable $view, DisplayPluginBase $display, array &$options = NULL) {
  parent::init($view, $display, $options);
  $this->userData = drupal_container()
    ->get('user.data');
}