function RoleListBuilder::createInstance

Same name and namespace in other branches
  1. 9 core/modules/user/src/RoleListBuilder.php \Drupal\user\RoleListBuilder::createInstance()
  2. 10 core/modules/user/src/RoleListBuilder.php \Drupal\user\RoleListBuilder::createInstance()
  3. 11.x core/modules/user/src/RoleListBuilder.php \Drupal\user\RoleListBuilder::createInstance()

Overrides EntityListBuilder::createInstance

File

core/modules/user/src/RoleListBuilder.php, line 47

Class

RoleListBuilder
Defines a class to build a listing of user role entities.

Namespace

Drupal\user

Code

public static function createInstance(ContainerInterface $container, EntityTypeInterface $entity_type) {
    return new static($entity_type, $container->get('entity_type.manager')
        ->getStorage($entity_type->id()), $container->get('messenger'));
}

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