You are here

protected property SystemController::$queryFactory in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Controller/SystemController.php \Drupal\system\Controller\SystemController::queryFactory

The entity query factory object.

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

File

core/modules/system/src/Controller/SystemController.php, line 32
Contains \Drupal\system\Controller\SystemController.

Class

SystemController
Returns responses for System routes.

Namespace

Drupal\system\Controller

Code

protected $queryFactory;