MigrationState::FINISHED

Same name and namespace in other branches
  1. 9 core/modules/migrate_drupal/src/MigrationState.php \Drupal\migrate_drupal\MigrationState::FINISHED
  2. 10 core/modules/migrate_drupal/src/MigrationState.php \Drupal\migrate_drupal\MigrationState::FINISHED
  3. 11.x core/modules/migrate_drupal/src/MigrationState.php \Drupal\migrate_drupal\MigrationState::FINISHED

Source module upgrade state when all its migrations are complete.

File

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

Class

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

Namespace

Drupal\migrate_drupal

Code

const FINISHED = 'finished';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.