Migration::$dependencies

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

The migration's configuration dependencies.

These store any dependencies on modules or other configuration (including other migrations) that must be available before the migration can be created.

Type: array

See also

\Drupal\Core\Config\Entity\ConfigDependencyManager

File

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

Class

Migration
Defines the Migration plugin.

Namespace

Drupal\migrate\Plugin

Code

protected $dependencies = [];

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