function UserListBuilder::createInstance
Overrides EntityListBuilder::createInstance
File
- 
              core/modules/ user/ src/ UserListBuilder.php, line 56 
Class
- UserListBuilder
- Defines a class to build a listing of user entities.
Namespace
Drupal\userCode
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('date.formatter'), $container->get('redirect.destination'));
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
