Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MigrationInterface.php

function MigrationInterface::getProcess

Gets the normalized process plugin configuration.

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
Gets the normalized process plugin configuration.

File

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

Class

MigrationInterface
Interface for migrations.

Namespace

Drupal\migrate\Plugin

Code

public function getProcess();
RSS feed
Powered by Drupal