function MigrateEntity::__construct
Same name in other branches
- 9 core/modules/migrate/src/Plugin/Derivative/MigrateEntity.php \Drupal\migrate\Plugin\Derivative\MigrateEntity::__construct()
- 8.9.x core/modules/migrate/src/Plugin/Derivative/MigrateEntity.php \Drupal\migrate\Plugin\Derivative\MigrateEntity::__construct()
- 11.x core/modules/migrate/src/Plugin/Derivative/MigrateEntity.php \Drupal\migrate\Plugin\Derivative\MigrateEntity::__construct()
Constructs a MigrateEntity object.
Parameters
\Drupal\Core\Entity\EntityTypeInterface[] $entity_definitions: A list of entity definition objects.
File
-
core/
modules/ migrate/ src/ Plugin/ Derivative/ MigrateEntity.php, line 30
Class
Namespace
Drupal\migrate\Plugin\DerivativeCode
public function __construct(array $entity_definitions) {
$this->entityDefinitions = $entity_definitions;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.