You are here

protected property UserListBuilder::$queryFactory in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/user/src/UserListBuilder.php \Drupal\user\UserListBuilder::queryFactory

The entity query factory.

Type: \Drupal\Core\Entity\Query\QueryFactory

File

core/modules/user/src/UserListBuilder.php, line 31
Contains \Drupal\user\UserListBuilder.

Class

UserListBuilder
Defines a class to build a listing of user entities.

Namespace

Drupal\user

Code

protected $queryFactory;