Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MigrateFieldInterface.php

function MigrateFieldInterface::alterFieldInstanceMigration

Apply any custom processing to the field instance migration.

Parameters

\Drupal\migrate\Plugin\MigrationInterface $migration: The migration entity.

1 method overrides MigrateFieldInterface::alterFieldInstanceMigration()
FieldPluginBase::alterFieldInstanceMigration in core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php
Apply any custom processing to the field instance migration.

File

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

Class

MigrateFieldInterface
Provides an interface for all field type plugins.

Namespace

Drupal\migrate_drupal\Plugin

Code

public function alterFieldInstanceMigration(MigrationInterface $migration);
RSS feed
Powered by Drupal