You are here

protected property Migration::$dependencies 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::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

Overrides DependencyTrait::$dependencies

See also

\Drupal\Core\Config\Entity\ConfigDependencyManager

File

core/modules/migrate/src/Entity/Migration.php, line 225
Contains \Drupal\migrate\Entity\Migration.

Class

Migration
Defines the Migration entity.

Namespace

Drupal\migrate\Entity

Code

protected $dependencies = [];