@@ -117,6 +117,7 @@ class MigrationController extends ControllerBase implements ContainerInjectionIn
'#title'=>$this->t('Source'),
'#group'=>'detail',
'#description'=>$this->t('<p>These are the fields available from the source of this migration task. The machine names listed here may be used as sources in the process pipeline.</p>'),
'#description_display'=>'after',
'#attributes'=>[
'id'=>'migration-detail-source',
],
@@ -272,6 +273,7 @@ class MigrationController extends ControllerBase implements ContainerInjectionIn
'#title'=>$this->t('Destination'),
'#group'=>'detail',
'#description'=>$this->t('<p>These are the fields available in the destination plugin of this migration task. The machine names are those available to be used as the keys in the process pipeline.</p>'),