You are here

protected property Migration::$process in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/src/Entity/Migration.php \Drupal\migrate\Entity\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/Entity/Migration.php, line 84
Contains \Drupal\migrate\Entity\Migration.

Class

Migration
Defines the Migration entity.

Namespace

Drupal\migrate\Entity

Code

protected $process;