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

Breadcrumb

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

MigrationState::$stateBySource

An array of migration states declared for each source migration.

States are keyed by version. Each value is an array keyed by name of the source module and the value is an array of all the states declared for this source module.

Type: array

File

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

Class

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

Namespace

Drupal\migrate_drupal

Code

protected $stateBySource;

API Navigation

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