function UserData::create

Overrides PluginBase::create

File

core/modules/user/src/Plugin/views/field/UserData.php, line 40

Class

UserData
Provides access to the user data service.

Namespace

Drupal\user\Plugin\views\field

Code

public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) {
  return new static($configuration, $plugin_id, $plugin_definition, $container->get('user.data'), $container->get('module_handler'));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.