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

Breadcrumb

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

function MigrationInterface::setProcessOfProperty

Set the process pipeline configuration for an individual destination field.

This method allows you to set the process pipeline configuration for a single property within the full process pipeline configuration.

Parameters

string $property: The property of which to set the process pipeline configuration.

mixed $process_of_property: The process pipeline configuration to be set for this property.

Return value

$this The migration entity.

1 method overrides MigrationInterface::setProcessOfProperty()
Migration::setProcessOfProperty in core/modules/migrate/src/Plugin/Migration.php
Set the process pipeline configuration for an individual destination field.

File

core/modules/migrate/src/Plugin/MigrationInterface.php, line 245

Class

MigrationInterface
Interface for migrations.

Namespace

Drupal\migrate\Plugin

Code

public function setProcessOfProperty($property, $process_of_property);
RSS feed
Powered by Drupal