You are here

public function MigrateFieldInterface::getFieldType in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php \Drupal\migrate_drupal\Plugin\MigrateFieldInterface::getFieldType()
  2. 9 core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php \Drupal\migrate_drupal\Plugin\MigrateFieldInterface::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 MigrateFieldInterface::getFieldType()
FieldPluginBase::getFieldType in core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php
Computes the destination type of a migrated field.

File

core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php, line 107

Class

MigrateFieldInterface
Provides an interface for all field type plugins.

Namespace

Drupal\migrate_drupal\Plugin

Code

public function getFieldType(Row $row);