Constructs a MigrateEntity object.
\Drupal\Core\Entity\EntityTypeInterface[] $entity_definitions: A list of entity definition objects.
public function __construct(array $entity_definitions) { $this->entityDefinitions = $entity_definitions; }