You are here

protected property DedupeEntity::$entityQueryFactory in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/src/Plugin/migrate/process/DedupeEntity.php \Drupal\migrate\Plugin\migrate\process\DedupeEntity::entityQueryFactory

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

File

core/modules/migrate/src/Plugin/migrate/process/DedupeEntity.php, line 27
Contains \Drupal\migrate\Plugin\migrate\process\DedupeEntity.

Class

DedupeEntity
Ensures value is not duplicated against an entity field.

Namespace

Drupal\migrate\Plugin\migrate\process

Code

protected $entityQueryFactory;