You are here

public function MigrateEntity::__construct in GatherContent 8.5

Constructs a MigrateEntity object.

Parameters

\Drupal\Core\Entity\EntityTypeInterface[] $entity_definitions: A list of entity definition objects.

File

src/Plugin/Derivative/MigrateEntity.php, line 35

Class

MigrateEntity
Class MigrateEntity.

Namespace

Drupal\gathercontent\Plugin\Derivative

Code

public function __construct(array $entity_definitions) {
  $this->entityDefinitions = $entity_definitions;
}