You are here

protected property Query::$entityType in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Config/Entity/Query/Query.php \Drupal\Core\Config\Entity\Query\Query::entityType

Information about the entity type.

Type: \Drupal\Core\Config\Entity\ConfigEntityTypeInterface

Overrides QueryBase::$entityType

File

core/lib/Drupal/Core/Config/Entity/Query/Query.php, line 21

Class

Query
Defines the entity query for configuration entities.

Namespace

Drupal\Core\Config\Entity\Query

Code

protected $entityType;