Issue #3217657: Allow developers to expose more configuration in the migrate form
Merged
requested to merge issue/migrate_source_ui-3217657:3217657-allow-more-config-options into 8.x-1.x
1 unresolved thread
Closes #3217657
Merge request reports
Activity
- Resolved by Lucas Hedding
- Resolved by Lucas Hedding
173 173 $this->messenger()->addWarning($this->t('Migration @id reset to Idle', ['@id' => $migration_id])); 174 174 } 175 175 176 $executable = new MigrateBatchExecutable($migration, new StubMigrationMessage(), $this->getBatchOptions($form, $form_state)); 177 $executable->batchImport(); 178 } 179 180 /** 181 * Prepares an array of migrate batch options. 182 */ 183 protected function getBatchOptions($form, FormStateInterface $form_state) { added 8 commits
-
7a5c97d4...8ca8bc7d - 8 commits from branch
project:8.x-1.x
-
7a5c97d4...8ca8bc7d - 8 commits from branch
added 1 commit
Please register or sign in to reply