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

Breadcrumb

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

function MigrationInterface::setProcess

Allows you to override the entire process configuration.

Parameters

array $process: The entire process pipeline configuration describing the process plugins.

Return value

$this

1 method overrides MigrationInterface::setProcess()
Migration::setProcess in core/modules/migrate/src/Plugin/Migration.php
Allows you to override the entire process configuration.

File

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

Class

MigrationInterface
Interface for migrations.

Namespace

Drupal\migrate\Plugin

Code

public function setProcess(array $process);
RSS feed
Powered by Drupal