function MigrateEntityRevision::__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/ MigrateEntityRevision.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.