function Roles::create

Overrides PluginBase::create

File

core/modules/user/src/Plugin/views/filter/Roles.php, line 46

Class

Roles
Filter handler for user roles.

Namespace

Drupal\user\Plugin\views\filter

Code

public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) {
  return new static($configuration, $plugin_id, $plugin_definition, $container->get('entity_type.manager')
    ->getStorage('user_role'));
}

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