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

Breadcrumb

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

MigrationState::$declaredBySource

An array of destinations declared for each source migration.

Destinations are keyed by version. Each value is an array keyed by the name of the source module and the value is an array of the destination modules.

Type: array

File

core/modules/migrate_drupal/src/MigrationState.php, line 177

Class

MigrationState
Determines the migrate state for all modules enabled on the source.

Namespace

Drupal\migrate_drupal

Code

protected $declaredBySource;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal