function MigrationInterface::setProcess
Same name in other branches
- 9 core/modules/migrate/src/Plugin/MigrationInterface.php \Drupal\migrate\Plugin\MigrationInterface::setProcess()
- 10 core/modules/migrate/src/Plugin/MigrationInterface.php \Drupal\migrate\Plugin\MigrationInterface::setProcess()
- 11.x core/modules/migrate/src/Plugin/MigrationInterface.php \Drupal\migrate\Plugin\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 221
Class
- MigrationInterface
- Interface for migrations.
Namespace
Drupal\migrate\PluginCode
public function setProcess(array $process);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.