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 280
Class
- Migration
- Defines the Migration plugin.
Namespace
Drupal\migrate\PluginCode
protected $dependencies = [];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.