Stores the entity manager used by the query.
Type: \Drupal\Core\Entity\EntityManagerInterface
File
- core/lib/Drupal/Core/Entity/Query/QueryFactory.php, line 29
Class
- QueryFactory
- Factory class Creating entity query objects.
Namespace
Drupal\Core\Entity\Query
Code
1 | protected $entityManager ; |
Please login to continue.