QueryFactoryInterface::get

public QueryFactoryInterface::get(EntityTypeInterface $entity_type, $conjunction)

Instantiates an entity query for a given entity type.

Parameters

\Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type definition.

string $conjunction: The operator to use to combine conditions: 'AND' or 'OR'.

Return value

\Drupal\Core\Entity\Query\QueryInterface An entity query for a specific configuration entity type.

File

core/lib/Drupal/Core/Entity/Query/QueryFactoryInterface.php, line 22

Class

QueryFactoryInterface
Defines an interface for QueryFactory classes.

Namespace

Drupal\Core\Entity\Query

Code

public function get(EntityTypeInterface $entity_type, $conjunction);
doc_Drupal
2016-10-29 09:35:56
Comments
Leave a Comment

Please login to continue.