protected property Migration::$migration_dependencies in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/migrate/src/Entity/Migration.php \Drupal\migrate\Entity\Migration::migration_dependencies
These migrations, if run, must be executed before this migration.
These are different from the configuration dependencies. Migration dependencies are only used to store relationships between migrations.
The migration_dependencies value is structured like this:
array(
'required' => array(),
'optional' => array(),
);
Type: array
File
- core/
modules/ migrate/ src/ Entity/ Migration.php, line 212 - Contains \Drupal\migrate\Entity\Migration.
Class
- Migration
- Defines the Migration entity.
Namespace
Drupal\migrate\EntityCode
protected $migration_dependencies = [];