public function MigrationInterface::setProcess in Drupal 8
Same name and namespace 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()
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);