You are here

public function EmvideoField::getFieldType in Video Embed Field 8

Computes the destination type of a migrated field.

Parameters

\Drupal\migrate\Row $row: The field being migrated.

Return value

string The destination field type.

Overrides FieldPluginBase::getFieldType

File

src/Plugin/migrate/cckfield/EmvideoField.php, line 24

Class

EmvideoField
Plugin to migrate from the Drupal 6 emfield module.

Namespace

Drupal\video_embed_field\Plugin\migrate\cckfield

Code

public function getFieldType(Row $row) {
  return 'video_embed_field';
}