You are here

service migrate_drupal.migration_state in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/migrate_drupal/migrate_drupal.services.yml \migrate_drupal.migration_state
  2. 9 core/modules/migrate_drupal/migrate_drupal.services.yml \migrate_drupal.migration_state

Class

Drupal\migrate_drupal\MigrationState
1 string reference to migrate_drupal.migration_state
ReviewForm::create in core/modules/migrate_drupal_ui/src/Form/ReviewForm.php
Instantiates a new instance of this class.

File

core/modules/migrate_drupal/migrate_drupal.services.yml
core/modules/migrate_drupal/migrate_drupal.services.yml

View source
  1. class: Drupal\migrate_drupal\MigrationState
  2. arguments:
  3. - '@plugin.manager.migrate.field'
  4. - '@module_handler'
  5. - '@messenger'
  6. - '@string_translation'