You are here

protected property MigrationStorage::$queryFactory in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/src/MigrationStorage.php \Drupal\migrate\MigrationStorage::queryFactory

The entity query factory service.

Type: \Drupal\Core\Entity\Query\QueryFactoryInterface

File

core/modules/migrate/src/MigrationStorage.php, line 29
Contains \Drupal\migrate\MigrationStorage.

Class

MigrationStorage
Storage for migration entities.

Namespace

Drupal\migrate

Code

protected $queryFactory;