protected property Migration::$dependencies in Drupal 8
Same name and namespace in other branches
- 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\PluginCode
protected $dependencies = [];