You are here

public function MigrateCckFieldInterface::getFieldType in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate_drupal/src/Plugin/MigrateCckFieldInterface.php \Drupal\migrate_drupal\Plugin\MigrateCckFieldInterface::getFieldType()

Computes the destination type of a migrated field.

Parameters

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

Return value

string The destination field type.

1 method overrides MigrateCckFieldInterface::getFieldType()
CckFieldPluginBase::getFieldType in core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php
Computes the destination type of a migrated field.

File

core/modules/migrate_drupal/src/Plugin/MigrateCckFieldInterface.php, line 90
Contains \Drupal\migrate_drupal\Plugin\MigrateCckFieldInterface.

Class

MigrateCckFieldInterface
Provides an interface for all CCK field type plugins.

Namespace

Drupal\migrate_drupal\Plugin

Code

public function getFieldType(Row $row);