You are here

public function MigrationInterface::getProcess 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::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/Entity/Migration.php
Get the normalized process pipeline configuration describing the process plugins.

File

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

Class

MigrationInterface
Interface for migrations.

Namespace

Drupal\migrate\Entity

Code

public function getProcess();