Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MigrationInterface.php

function MigrationInterface::getMigrationDependencies

Get the dependencies for this migration.

Return value

array The dependencies for this migrations.

1 method overrides MigrationInterface::getMigrationDependencies()
Migration::getMigrationDependencies in core/modules/migrate/src/Plugin/Migration.php
Get the dependencies for this migration.

File

core/modules/migrate/src/Plugin/MigrationInterface.php, line 268

Class

MigrationInterface
Interface for migrations.

Namespace

Drupal\migrate\Plugin

Code

public function getMigrationDependencies();
RSS feed
Powered by Drupal