You are here

protected property QueryFactory::$deprecatedProperties in Drupal 8

File

core/lib/Drupal/Core/Entity/Query/QueryFactory.php, line 33

Class

QueryFactory
Factory class Creating entity query objects.

Namespace

Drupal\Core\Entity\Query

Code

protected $deprecatedProperties = [
  'entityManager' => 'entity.manager',
];