protected property Query::$entityManager

Same name in this branch
  1. 8.x drupal/core/lib/Drupal/Core/Config/Entity/Query/Query.php \Drupal\Core\Config\Entity\Query\Query::entityManager
  2. 8.x drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Query.php \Drupal\field_sql_storage\Entity\Query::entityManager

Stores the entity manager.

Type: \Drupal\Core\Entity\EntityManager

File

drupal/core/lib/Drupal/Core/Config/Entity/Query/Query.php, line 26
Contains \Drupal\Core\Config\Entity\Query\Query.

Class

Query
Defines the entity query for configuration entities.

Namespace

Drupal\Core\Config\Entity\Query

Code

protected $entityManager;