You are here

public function MultiversionMigrationInterface::getFieldMap in Multiversion 8

Helper method to fetch the field map for an entity type.

Parameters

EntityTypeInterface $entity_type:

string $op:

string $action:

Return value

array

1 method overrides MultiversionMigrationInterface::getFieldMap()
MultiversionMigration::getFieldMap in src/MultiversionMigration.php
Helper method to fetch the field map for an entity type.

File

src/MultiversionMigrationInterface.php, line 80

Class

MultiversionMigrationInterface

Namespace

Drupal\multiversion

Code

public function getFieldMap(EntityTypeInterface $entity_type, $op, $action);