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

Breadcrumb

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

function MigrateFieldInterface::defineValueProcessPipeline

Apply any custom processing to the field bundle migrations.

Parameters

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

string $field_name: The field name we're processing the value for.

array $data: The array of field data from FieldValues::fieldData().

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

File

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

Class

MigrateFieldInterface
Provides an interface for all field type plugins.

Namespace

Drupal\migrate_drupal\Plugin

Code

public function defineValueProcessPipeline(MigrationInterface $migration, $field_name, $data);
RSS feed
Powered by Drupal