You are here

protected property Migration::$process in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate/src/Plugin/Migration.php \Drupal\migrate\Plugin\Migration::process
  2. 10 core/modules/migrate/src/Plugin/Migration.php \Drupal\migrate\Plugin\Migration::process

The configuration describing the process plugins.

This is a strictly internal property and should not returned to calling code, use getProcess() instead.

Type: array

File

core/modules/migrate/src/Plugin/Migration.php, line 68

Class

Migration
Defines the Migration plugin.

Namespace

Drupal\migrate\Plugin

Code

protected $process = [];