function MigrationInterface::getProcess

Same name in other branches
  1. 9 core/modules/migrate/src/Plugin/MigrationInterface.php \Drupal\migrate\Plugin\MigrationInterface::getProcess()
  2. 10 core/modules/migrate/src/Plugin/MigrationInterface.php \Drupal\migrate\Plugin\MigrationInterface::getProcess()
  3. 11.x core/modules/migrate/src/Plugin/MigrationInterface.php \Drupal\migrate\Plugin\MigrationInterface::getProcess()

Get the normalized process pipeline configuration describing the process plugins.

The process configuration is always normalized. All shorthand processing will be expanded into their full representations.

Return value

array The normalized configuration describing the process plugins.

See also

https://www.drupal.org/node/2129651#get-shorthand

1 method overrides MigrationInterface::getProcess()
Migration::getProcess in core/modules/migrate/src/Plugin/Migration.php
Get the normalized process pipeline configuration describing the process plugins.

File

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

Class

MigrationInterface
Interface for migrations.

Namespace

Drupal\migrate\Plugin

Code

public function getProcess();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.