Loading core/modules/migrate_drupal_ui/src/Form/ReviewForm.php +3 −0 Original line number Diff line number Diff line Loading @@ -284,7 +284,10 @@ public function getConfirmText() { protected function prepareOutput(array $migration_state) { $output = []; foreach ($migration_state as $source_machine_name => $destination_modules) { $data = NULL; if (isset($this->systemData['module'][$source_machine_name]['info'])) { $data = unserialize($this->systemData['module'][$source_machine_name]['info']); } $source_module_name = $data['name'] ?? $source_machine_name; // Get the names of all the destination modules. $destination_module_names = []; Loading Loading
core/modules/migrate_drupal_ui/src/Form/ReviewForm.php +3 −0 Original line number Diff line number Diff line Loading @@ -284,7 +284,10 @@ public function getConfirmText() { protected function prepareOutput(array $migration_state) { $output = []; foreach ($migration_state as $source_machine_name => $destination_modules) { $data = NULL; if (isset($this->systemData['module'][$source_machine_name]['info'])) { $data = unserialize($this->systemData['module'][$source_machine_name]['info']); } $source_module_name = $data['name'] ?? $source_machine_name; // Get the names of all the destination modules. $destination_module_names = []; Loading