public QueryFactory::get($entity_type_id, $conjunction = 'AND')
Returns a query object for a given entity type.
string $entity_type_id: The entity type ID.
string $conjunction:
\Drupal\Core\Entity\Query\QueryInterface The query object that can query the given entity type.
public function get($entity_type_id, $conjunction = 'AND') { return $this->entityManager->getStorage($entity_type_id)->getQuery($conjunction); }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!Query!QueryFactory.php/function/QueryFactory::get/8.1.x