You are here

public function MigrationInterface::setProcess in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/src/Entity/MigrationInterface.php \Drupal\migrate\Entity\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/Entity/Migration.php
Allows you to override the entire process configuration.

File

core/modules/migrate/src/Entity/MigrationInterface.php, line 237
Contains \Drupal\migrate\Entity\MigrationInterface.

Class

MigrationInterface
Interface for migrations.

Namespace

Drupal\migrate\Entity

Code

public function setProcess(array $process);