diff --git a/modules/devel/src/Plugin/migrate/process/Ddm.php b/modules/devel/src/Plugin/migrate/process/Ddm.php index ec51c25b..e7422989 100644 --- a/modules/devel/src/Plugin/migrate/process/Ddm.php +++ b/modules/devel/src/Plugin/migrate/process/Ddm.php @@ -2,8 +2,8 @@ namespace Drupal\dgi_migrate_devel\Plugin\migrate\process; -use Drupal\migrate\ProcessPluginBase; use Drupal\migrate\MigrateExecutableInterface; +use Drupal\migrate\ProcessPluginBase; use Drupal\migrate\Row; /** diff --git a/modules/dgi_migrate_big_set_overrides/src/Config/Overrides.php b/modules/dgi_migrate_big_set_overrides/src/Config/Overrides.php index 76f47c2a..2346053d 100644 --- a/modules/dgi_migrate_big_set_overrides/src/Config/Overrides.php +++ b/modules/dgi_migrate_big_set_overrides/src/Config/Overrides.php @@ -4,8 +4,8 @@ use Drupal\Component\Utility\NestedArray; use Drupal\Core\Cache\CacheableMetadata; -use Drupal\Core\Config\ConfigFactoryOverrideInterface; use Drupal\Core\Config\ConfigFactoryInterface; +use Drupal\Core\Config\ConfigFactoryOverrideInterface; use Drupal\Core\Config\StorageInterface; /** diff --git a/modules/dgi_migrate_dspace/src/Commands/DspaceCommands.php b/modules/dgi_migrate_dspace/src/Commands/DspaceCommands.php index 738fa397..a70049f3 100644 --- a/modules/dgi_migrate_dspace/src/Commands/DspaceCommands.php +++ b/modules/dgi_migrate_dspace/src/Commands/DspaceCommands.php @@ -2,10 +2,9 @@ namespace Drupal\dgi_migrate_dspace\Commands; -use Drupal\migrate\Plugin\MigrationPluginManagerInterface; - use Drupal\Core\Entity\EntityStorageInterface; use Drupal\Core\Entity\EntityTypeManagerInterface; +use Drupal\migrate\Plugin\MigrationPluginManagerInterface; use Drush\Commands\DrushCommands; /** diff --git a/modules/dgi_migrate_foxml_standard_mods/modules/xslt/src/Controller/Xslt.php b/modules/dgi_migrate_foxml_standard_mods/modules/xslt/src/Controller/Xslt.php index 1734600e..e2d6edc3 100644 --- a/modules/dgi_migrate_foxml_standard_mods/modules/xslt/src/Controller/Xslt.php +++ b/modules/dgi_migrate_foxml_standard_mods/modules/xslt/src/Controller/Xslt.php @@ -2,14 +2,12 @@ namespace Drupal\dgi_migrate_foxml_standard_mods_xslt\Controller; -use Drupal\dgi_migrate_foxml_standard_mods_xslt\Form\Settings; - use Drupal\Core\Access\AccessResult; use Drupal\Core\Cache\CacheableResponse; use Drupal\Core\Config\Config; use Drupal\Core\DependencyInjection\ContainerInjectionInterface; use Drupal\Core\Session\AccountInterface; - +use Drupal\dgi_migrate_foxml_standard_mods_xslt\Form\Settings; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\HttpFoundation\IpUtils; use Symfony\Component\HttpFoundation\Request; diff --git a/modules/dgi_migrate_foxml_standard_mods/modules/xslt/src/EventSubscriber/ConfigEventSubscriber.php b/modules/dgi_migrate_foxml_standard_mods/modules/xslt/src/EventSubscriber/ConfigEventSubscriber.php index fafba135..10956952 100644 --- a/modules/dgi_migrate_foxml_standard_mods/modules/xslt/src/EventSubscriber/ConfigEventSubscriber.php +++ b/modules/dgi_migrate_foxml_standard_mods/modules/xslt/src/EventSubscriber/ConfigEventSubscriber.php @@ -2,13 +2,11 @@ namespace Drupal\dgi_migrate_foxml_standard_mods_xslt\EventSubscriber; -use Drupal\dgi_migrate_foxml_standard_mods_xslt\Form\Settings; -use Drupal\migrate\Plugin\MigrationPluginManagerInterface; - use Drupal\Component\Plugin\Discovery\CachedDiscoveryInterface; use Drupal\Core\Config\ConfigCrudEvent; use Drupal\Core\Config\ConfigEvents; - +use Drupal\dgi_migrate_foxml_standard_mods_xslt\Form\Settings; +use Drupal\migrate\Plugin\MigrationPluginManagerInterface; use Symfony\Component\EventDispatcher\EventSubscriberInterface; /** diff --git a/modules/dgi_migrate_foxml_standard_mods/modules/xslt/src/Plugin/migrate/process/Process.php b/modules/dgi_migrate_foxml_standard_mods/modules/xslt/src/Plugin/migrate/process/Process.php index 413881fc..35099db2 100644 --- a/modules/dgi_migrate_foxml_standard_mods/modules/xslt/src/Plugin/migrate/process/Process.php +++ b/modules/dgi_migrate_foxml_standard_mods/modules/xslt/src/Plugin/migrate/process/Process.php @@ -2,10 +2,9 @@ namespace Drupal\dgi_migrate_foxml_standard_mods_xslt\Plugin\migrate\process; -use Drupal\dgi_saxon_helper_migrate\Plugin\migrate\process\Saxon; -use Drupal\dgi_saxon_helper\TransformerInterface; - use Drupal\Core\Url; +use Drupal\dgi_saxon_helper\TransformerInterface; +use Drupal\dgi_saxon_helper_migrate\Plugin\migrate\process\Saxon; /** * Wrapper to help perform _our_ transformation. diff --git a/modules/dgi_migrate_foxml_standard_mods/src/Plugin/migrate/process/ConstituentSequence.php b/modules/dgi_migrate_foxml_standard_mods/src/Plugin/migrate/process/ConstituentSequence.php index fa4f1185..e9b87ff1 100644 --- a/modules/dgi_migrate_foxml_standard_mods/src/Plugin/migrate/process/ConstituentSequence.php +++ b/modules/dgi_migrate_foxml_standard_mods/src/Plugin/migrate/process/ConstituentSequence.php @@ -2,8 +2,8 @@ namespace Drupal\dgi_migrate_foxml_standard_mods\Plugin\migrate\process; -use Drupal\migrate\ProcessPluginBase; use Drupal\migrate\MigrateExecutableInterface; +use Drupal\migrate\ProcessPluginBase; use Drupal\migrate\Row; /** diff --git a/modules/dgi_migrate_foxml_standard_mods/src/Plugin/migrate/process/DgiStandardTitleParagraph.php b/modules/dgi_migrate_foxml_standard_mods/src/Plugin/migrate/process/DgiStandardTitleParagraph.php index 466d5469..58ddaeae 100644 --- a/modules/dgi_migrate_foxml_standard_mods/src/Plugin/migrate/process/DgiStandardTitleParagraph.php +++ b/modules/dgi_migrate_foxml_standard_mods/src/Plugin/migrate/process/DgiStandardTitleParagraph.php @@ -2,6 +2,7 @@ namespace Drupal\dgi_migrate_foxml_standard_mods\Plugin\migrate\process; +use Drupal\Component\Utility\Unicode; use Drupal\migrate\MigrateExecutableInterface; use Drupal\migrate\MigrateSkipRowException; use Drupal\migrate\Plugin\MigrationInterface; @@ -9,8 +10,6 @@ use Drupal\migrate\Row; use Drupal\paragraphs\Entity\Paragraph; -use Drupal\Component\Utility\Unicode; - /** * Generate a Title paragraph. * diff --git a/modules/dgi_migrate_foxml_standard_mods/tests/src/Kernel/RoleMapperMigrationTest.php b/modules/dgi_migrate_foxml_standard_mods/tests/src/Kernel/RoleMapperMigrationTest.php index 2fc01636..14a0b13e 100644 --- a/modules/dgi_migrate_foxml_standard_mods/tests/src/Kernel/RoleMapperMigrationTest.php +++ b/modules/dgi_migrate_foxml_standard_mods/tests/src/Kernel/RoleMapperMigrationTest.php @@ -3,10 +3,9 @@ namespace Drupal\Tests\dgi_migrate_foxml_standard_mods\Kernel; use Drupal\KernelTests\KernelTestBase; -use Symfony\Component\Yaml\Yaml; - use Drupal\migrate\MigrateExecutable; use Drupal\migrate\Row; +use Symfony\Component\Yaml\Yaml; /** * Test out the role mapper. diff --git a/modules/dgi_migrate_foxml_standard_mods/tests/src/Unit/RoleMapperTest.php b/modules/dgi_migrate_foxml_standard_mods/tests/src/Unit/RoleMapperTest.php index 439aa4a3..5f76bef1 100644 --- a/modules/dgi_migrate_foxml_standard_mods/tests/src/Unit/RoleMapperTest.php +++ b/modules/dgi_migrate_foxml_standard_mods/tests/src/Unit/RoleMapperTest.php @@ -2,9 +2,8 @@ namespace Drupal\Tests\dgi_migrate_foxml_standard_mods\Unit; -use Drupal\Tests\UnitTestCase; - use Drupal\dgi_migrate_foxml_standard_mods\Plugin\migrate\process\TypedRelation; +use Drupal\Tests\UnitTestCase; /** * Test out the role mapper. diff --git a/modules/dgi_migrate_imagemagick_cleanup/src/EventSubscriber/EventSubscriber.php b/modules/dgi_migrate_imagemagick_cleanup/src/EventSubscriber/EventSubscriber.php index 3f02bcbc..9f38f684 100644 --- a/modules/dgi_migrate_imagemagick_cleanup/src/EventSubscriber/EventSubscriber.php +++ b/modules/dgi_migrate_imagemagick_cleanup/src/EventSubscriber/EventSubscriber.php @@ -2,18 +2,16 @@ namespace Drupal\dgi_migrate_imagemagick_cleanup\EventSubscriber; -use Drupal\dgi_migrate_imagemagick_cleanup\Event\TempImageEvent; -use Drupal\migrate\Event\MigrateEvents; -use Drupal\migrate\Event\MigratePreRowSaveEvent; -use Drupal\migrate\Event\MigratePostRowSaveEvent; -use Drupal\imagemagick\Event\ImagemagickExecutionEvent; -use Drupal\imagemagick\ImagemagickExecArguments; - use Drupal\Core\DestructableInterface; -use Drupal\Core\File\FileSystemInterface; use Drupal\Core\File\Exception\FileException; +use Drupal\Core\File\FileSystemInterface; use Drupal\Core\StreamWrapper\StreamWrapperManagerInterface; - +use Drupal\dgi_migrate_imagemagick_cleanup\Event\TempImageEvent; +use Drupal\imagemagick\Event\ImagemagickExecutionEvent; +use Drupal\imagemagick\ImagemagickExecArguments; +use Drupal\migrate\Event\MigrateEvents; +use Drupal\migrate\Event\MigratePostRowSaveEvent; +use Drupal\migrate\Event\MigratePreRowSaveEvent; use Psr\Log\LoggerInterface; use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Component\EventDispatcher\EventSubscriberInterface; diff --git a/modules/dgi_migrate_regenerate_pathauto_aliases/src/Commands/Pathauto.php b/modules/dgi_migrate_regenerate_pathauto_aliases/src/Commands/Pathauto.php index 1589e0e1..9d0dd54d 100644 --- a/modules/dgi_migrate_regenerate_pathauto_aliases/src/Commands/Pathauto.php +++ b/modules/dgi_migrate_regenerate_pathauto_aliases/src/Commands/Pathauto.php @@ -2,13 +2,13 @@ namespace Drupal\dgi_migrate_regenerate_pathauto_aliases\Commands; -use Drupal\Core\Entity\EntityTypeBundleInfoInterface; -use Drupal\pathauto\PathautoGeneratorInterface; -use Drush\Commands\DrushCommands; use Drupal\Core\DependencyInjection\DependencySerializationTrait; -use Drupal\Core\StringTranslation\StringTranslationTrait; +use Drupal\Core\Entity\EntityTypeBundleInfoInterface; use Drupal\Core\Entity\EntityTypeManagerInterface; +use Drupal\Core\StringTranslation\StringTranslationTrait; +use Drupal\pathauto\PathautoGeneratorInterface; use Drupal\pathauto\PathautoState; +use Drush\Commands\DrushCommands; use Psr\Log\LoggerInterface; /** diff --git a/src/MigrateBatchExecutable.php b/src/MigrateBatchExecutable.php index 60fd0e35..9344dc6d 100644 --- a/src/MigrateBatchExecutable.php +++ b/src/MigrateBatchExecutable.php @@ -2,23 +2,22 @@ namespace Drupal\dgi_migrate; +use Drupal\Component\Utility\Timer; +use Drupal\Core\DependencyInjection\DependencySerializationTrait; use Drupal\Core\Queue\QueueInterface; -use Drupal\migrate\MigrateException; -use Drupal\migrate_tools\IdMapFilter; -use Drupal\migrate_tools\MigrateExecutable; use Drupal\migrate\Event\MigrateEvents; use Drupal\migrate\Event\MigrateImportEvent; use Drupal\migrate\Event\MigratePostRowSaveEvent; use Drupal\migrate\Event\MigratePreRowSaveEvent; use Drupal\migrate\Exception\RequirementsException; -use Drupal\migrate\Plugin\MigrateIdMapInterface; -use Drupal\migrate\Plugin\MigrationInterface; +use Drupal\migrate\MigrateException; use Drupal\migrate\MigrateMessageInterface; use Drupal\migrate\MigrateSkipRowException; +use Drupal\migrate\Plugin\MigrateIdMapInterface; +use Drupal\migrate\Plugin\MigrationInterface; use Drupal\migrate\Row; - -use Drupal\Core\DependencyInjection\DependencySerializationTrait; -use Drupal\Component\Utility\Timer; +use Drupal\migrate_tools\IdMapFilter; +use Drupal\migrate_tools\MigrateExecutable; /** * Migration executable to run as fully queued batch. diff --git a/src/Plugin/migrate/process/AbstractEntityAccessor.php b/src/Plugin/migrate/process/AbstractEntityAccessor.php index d45586b6..0a640bf5 100644 --- a/src/Plugin/migrate/process/AbstractEntityAccessor.php +++ b/src/Plugin/migrate/process/AbstractEntityAccessor.php @@ -2,12 +2,10 @@ namespace Drupal\dgi_migrate\Plugin\migrate\process; -use Drupal\migrate\EntityFieldDefinitionTrait; -use Drupal\migrate\ProcessPluginBase; - use Drupal\Core\Entity\EntityStorageInterface; use Drupal\Core\Plugin\ContainerFactoryPluginInterface; - +use Drupal\migrate\EntityFieldDefinitionTrait; +use Drupal\migrate\ProcessPluginBase; use Symfony\Component\DependencyInjection\ContainerInterface; /** diff --git a/src/Plugin/migrate/process/AssembleDate.php b/src/Plugin/migrate/process/AssembleDate.php index 4b430bc9..86a6078a 100644 --- a/src/Plugin/migrate/process/AssembleDate.php +++ b/src/Plugin/migrate/process/AssembleDate.php @@ -2,9 +2,9 @@ namespace Drupal\dgi_migrate\Plugin\migrate\process; -use Drupal\migrate\ProcessPluginBase; -use Drupal\migrate\MigrateExecutableInterface; use Drupal\migrate\MigrateException; +use Drupal\migrate\MigrateExecutableInterface; +use Drupal\migrate\ProcessPluginBase; use Drupal\migrate\Row; /** diff --git a/src/Plugin/migrate/process/CrossDeepen.php b/src/Plugin/migrate/process/CrossDeepen.php index 5d23dc16..679a18ce 100644 --- a/src/Plugin/migrate/process/CrossDeepen.php +++ b/src/Plugin/migrate/process/CrossDeepen.php @@ -2,9 +2,9 @@ namespace Drupal\dgi_migrate\Plugin\migrate\process; -use Drupal\migrate\ProcessPluginBase; use Drupal\migrate\MigrateException; use Drupal\migrate\MigrateExecutableInterface; +use Drupal\migrate\ProcessPluginBase; use Drupal\migrate\Row; /** diff --git a/src/Plugin/migrate/process/DcName.php b/src/Plugin/migrate/process/DcName.php index 6da7e767..4fd1b19e 100644 --- a/src/Plugin/migrate/process/DcName.php +++ b/src/Plugin/migrate/process/DcName.php @@ -2,8 +2,8 @@ namespace Drupal\dgi_migrate\Plugin\migrate\process; -use Drupal\migrate\ProcessPluginBase; use Drupal\migrate\MigrateExecutableInterface; +use Drupal\migrate\ProcessPluginBase; use Drupal\migrate\Row; /** diff --git a/src/Plugin/migrate/process/DetermineExtension.php b/src/Plugin/migrate/process/DetermineExtension.php index 3f18a36f..7f84a07d 100644 --- a/src/Plugin/migrate/process/DetermineExtension.php +++ b/src/Plugin/migrate/process/DetermineExtension.php @@ -2,12 +2,12 @@ namespace Drupal\dgi_migrate\Plugin\migrate\process; -use Symfony\Component\Mime\MimeTypes; -use Drupal\migrate\ProcessPluginBase; -use Drupal\migrate\MigrateExecutableInterface; -use Drupal\migrate\Row; use Drupal\migrate\MigrateException; +use Drupal\migrate\MigrateExecutableInterface; use Drupal\migrate\Plugin\MigrationInterface; +use Drupal\migrate\ProcessPluginBase; +use Drupal\migrate\Row; +use Symfony\Component\Mime\MimeTypes; /** * Determine a file extension from a MIME-type. diff --git a/src/Plugin/migrate/process/Method.php b/src/Plugin/migrate/process/Method.php index 3603d936..dd468be7 100644 --- a/src/Plugin/migrate/process/Method.php +++ b/src/Plugin/migrate/process/Method.php @@ -2,10 +2,10 @@ namespace Drupal\dgi_migrate\Plugin\migrate\process; -use Drupal\migrate\ProcessPluginBase; +use Drupal\migrate\MigrateException; use Drupal\migrate\MigrateExecutableInterface; +use Drupal\migrate\ProcessPluginBase; use Drupal\migrate\Row; -use Drupal\migrate\MigrateException; /** * Call a method on an object. diff --git a/src/Plugin/migrate/process/NaiveFileCopy.php b/src/Plugin/migrate/process/NaiveFileCopy.php index 931b9366..1e30eb57 100644 --- a/src/Plugin/migrate/process/NaiveFileCopy.php +++ b/src/Plugin/migrate/process/NaiveFileCopy.php @@ -2,17 +2,17 @@ namespace Drupal\dgi_migrate\Plugin\migrate\process; -use Drupal\migrate\Plugin\migrate\process\FileCopy; +use Drupal\Core\Config\ConfigFactoryInterface; use Drupal\Core\File\Exception\FileException; use Drupal\Core\File\FileSystemInterface; use Drupal\Core\Plugin\ContainerFactoryPluginInterface; +use Drupal\Core\StreamWrapper\StreamWrapperManagerInterface; use Drupal\migrate\MigrateException; use Drupal\migrate\MigrateExecutableInterface; +use Drupal\migrate\Plugin\migrate\process\FileCopy; +use Drupal\migrate\Plugin\MigrateProcessInterface; use Drupal\migrate\Row; use Symfony\Component\DependencyInjection\ContainerInterface; -use Drupal\Core\Config\ConfigFactoryInterface; -use Drupal\Core\StreamWrapper\StreamWrapperManagerInterface; -use Drupal\migrate\Plugin\MigrateProcessInterface; /** * Naive file_copy implementation. diff --git a/src/Plugin/migrate/process/Realpath.php b/src/Plugin/migrate/process/Realpath.php index 3c08dbe8..125dc401 100644 --- a/src/Plugin/migrate/process/Realpath.php +++ b/src/Plugin/migrate/process/Realpath.php @@ -2,13 +2,13 @@ namespace Drupal\dgi_migrate\Plugin\migrate\process; -use Drupal\migrate\ProcessPluginBase; +use Drupal\Core\File\FileSystemInterface; +use Drupal\Core\Plugin\ContainerFactoryPluginInterface; +use Drupal\migrate\MigrateException; use Drupal\migrate\MigrateExecutableInterface; +use Drupal\migrate\ProcessPluginBase; use Drupal\migrate\Row; -use Drupal\migrate\MigrateException; -use Drupal\Core\Plugin\ContainerFactoryPluginInterface; use Symfony\Component\DependencyInjection\ContainerInterface; -use Drupal\Core\File\FileSystemInterface; /** * Wrapper for FileSystem::realpath. diff --git a/src/Plugin/migrate/process/StaticMap.php b/src/Plugin/migrate/process/StaticMap.php index 6396699b..7360ce17 100644 --- a/src/Plugin/migrate/process/StaticMap.php +++ b/src/Plugin/migrate/process/StaticMap.php @@ -5,8 +5,8 @@ use Drupal\migrate\MigrateExecutableInterface; use Drupal\migrate\MigrateSkipProcessException; use Drupal\migrate\MigrateSkipRowException; -use Drupal\migrate\Plugin\MigrationInterface; use Drupal\migrate\Plugin\migrate\process\StaticMap as Upstream; +use Drupal\migrate\Plugin\MigrationInterface; use Drupal\migrate\Row; /** diff --git a/src/Plugin/migrate/process/SubProcess.php b/src/Plugin/migrate/process/SubProcess.php index 5de6398b..2743e723 100644 --- a/src/Plugin/migrate/process/SubProcess.php +++ b/src/Plugin/migrate/process/SubProcess.php @@ -2,9 +2,9 @@ namespace Drupal\dgi_migrate\Plugin\migrate\process; -use Drupal\migrate\ProcessPluginBase; use Drupal\migrate\MigrateExecutableInterface; use Drupal\migrate\MigrateSkipRowException; +use Drupal\migrate\ProcessPluginBase; use Drupal\migrate\Row; /** diff --git a/src/Plugin/migrate/process/Subindex.php b/src/Plugin/migrate/process/Subindex.php index a270744e..aa9de0cb 100644 --- a/src/Plugin/migrate/process/Subindex.php +++ b/src/Plugin/migrate/process/Subindex.php @@ -2,10 +2,10 @@ namespace Drupal\dgi_migrate\Plugin\migrate\process; -use Drupal\migrate\ProcessPluginBase; +use Drupal\migrate\MigrateException; use Drupal\migrate\MigrateExecutableInterface; +use Drupal\migrate\ProcessPluginBase; use Drupal\migrate\Row; -use Drupal\migrate\MigrateException; /** * Accesses a property from an object. diff --git a/src/Plugin/migrate/process/Subproperty.php b/src/Plugin/migrate/process/Subproperty.php index 3470dba7..c804d4cc 100644 --- a/src/Plugin/migrate/process/Subproperty.php +++ b/src/Plugin/migrate/process/Subproperty.php @@ -2,10 +2,10 @@ namespace Drupal\dgi_migrate\Plugin\migrate\process; -use Drupal\migrate\ProcessPluginBase; +use Drupal\migrate\MigrateException; use Drupal\migrate\MigrateExecutableInterface; +use Drupal\migrate\ProcessPluginBase; use Drupal\migrate\Row; -use Drupal\migrate\MigrateException; /** * Accesses a property from an object. diff --git a/src/Plugin/migrate/process/TypedRelation.php b/src/Plugin/migrate/process/TypedRelation.php index cd877782..678fe082 100644 --- a/src/Plugin/migrate/process/TypedRelation.php +++ b/src/Plugin/migrate/process/TypedRelation.php @@ -2,12 +2,10 @@ namespace Drupal\dgi_migrate\Plugin\migrate\process; +use Drupal\Core\Plugin\ContainerFactoryPluginInterface; +use Drupal\migrate\MigrateException; use Drupal\migrate\MigrateExecutableInterface; use Drupal\migrate\Row; -use Drupal\migrate\MigrateException; - -use Drupal\Core\Plugin\ContainerFactoryPluginInterface; - use Symfony\Component\DependencyInjection\ContainerInterface; /** diff --git a/src/Plugin/migrate/process/UnpackArray.php b/src/Plugin/migrate/process/UnpackArray.php index 7b1531b7..2dc32d40 100644 --- a/src/Plugin/migrate/process/UnpackArray.php +++ b/src/Plugin/migrate/process/UnpackArray.php @@ -2,10 +2,10 @@ namespace Drupal\dgi_migrate\Plugin\migrate\process; -use Drupal\migrate\ProcessPluginBase; +use Drupal\migrate\MigrateException; use Drupal\migrate\MigrateExecutableInterface; +use Drupal\migrate\ProcessPluginBase; use Drupal\migrate\Row; -use Drupal\migrate\MigrateException; /** * Unpack an array. diff --git a/src/Plugin/migrate/process/Xml/AbstractDom.php b/src/Plugin/migrate/process/Xml/AbstractDom.php index 507c1ef7..8b885f19 100644 --- a/src/Plugin/migrate/process/Xml/AbstractDom.php +++ b/src/Plugin/migrate/process/Xml/AbstractDom.php @@ -3,10 +3,10 @@ namespace Drupal\dgi_migrate\Plugin\migrate\process\Xml; use Drupal\dgi_migrate\Plugin\migrate\process\MissingBehaviorTrait; -use Drupal\migrate\ProcessPluginBase; +use Drupal\migrate\MigrateException; use Drupal\migrate\MigrateExecutableInterface; +use Drupal\migrate\ProcessPluginBase; use Drupal\migrate\Row; -use Drupal\migrate\MigrateException; /** * Parses X(HT)ML into a DOMDocument instance. diff --git a/src/Plugin/migrate/process/Xml/ContextQuery.php b/src/Plugin/migrate/process/Xml/ContextQuery.php index 8de861ba..4d825cfa 100644 --- a/src/Plugin/migrate/process/Xml/ContextQuery.php +++ b/src/Plugin/migrate/process/Xml/ContextQuery.php @@ -2,10 +2,10 @@ namespace Drupal\dgi_migrate\Plugin\migrate\process\Xml; -use Drupal\migrate\ProcessPluginBase; +use Drupal\dgi_migrate\Plugin\migrate\process\MissingBehaviorTrait; use Drupal\migrate\MigrateExecutableInterface; +use Drupal\migrate\ProcessPluginBase; use Drupal\migrate\Row; -use Drupal\dgi_migrate\Plugin\migrate\process\MissingBehaviorTrait; /** * Query a DOMXPath using a DOMNode context as the source. diff --git a/src/Plugin/migrate/process/Xml/Xpath.php b/src/Plugin/migrate/process/Xml/Xpath.php index f7252d09..df2e3e3e 100644 --- a/src/Plugin/migrate/process/Xml/Xpath.php +++ b/src/Plugin/migrate/process/Xml/Xpath.php @@ -2,10 +2,10 @@ namespace Drupal\dgi_migrate\Plugin\migrate\process\Xml; -use Drupal\migrate\ProcessPluginBase; +use Drupal\migrate\MigrateException; use Drupal\migrate\MigrateExecutableInterface; +use Drupal\migrate\ProcessPluginBase; use Drupal\migrate\Row; -use Drupal\migrate\MigrateException; /** * Instantiate XPath processor. diff --git a/src/Plugin/migrate/source/Migration.php b/src/Plugin/migrate/source/Migration.php index 211e1ea6..2872c788 100644 --- a/src/Plugin/migrate/source/Migration.php +++ b/src/Plugin/migrate/source/Migration.php @@ -2,12 +2,12 @@ namespace Drupal\dgi_migrate\Plugin\migrate\source; -use Drupal\migrate\Plugin\migrate\source\SourcePluginBase; use Drupal\Core\Plugin\ContainerFactoryPluginInterface; -use Symfony\Component\DependencyInjection\ContainerInterface; +use Drupal\dgi_migrate\MigrationIterator; +use Drupal\migrate\Plugin\migrate\source\SourcePluginBase; use Drupal\migrate\Plugin\MigrationInterface; use Drupal\migrate\Plugin\MigrationPluginManagerInterface; -use Drupal\dgi_migrate\MigrationIterator; +use Symfony\Component\DependencyInjection\ContainerInterface; /** * Perform a migration based upon the results of another migration. diff --git a/src/Routing/RouteSubscriber.php b/src/Routing/RouteSubscriber.php index 049f8126..16772663 100644 --- a/src/Routing/RouteSubscriber.php +++ b/src/Routing/RouteSubscriber.php @@ -3,9 +3,8 @@ namespace Drupal\dgi_migrate\Routing; use Drupal\Core\Routing\RouteSubscriberBase; -use Symfony\Component\Routing\RouteCollection; - use Drupal\dgi_migrate\Form\MigrationExecuteForm; +use Symfony\Component\Routing\RouteCollection; /** * Route subscriber handler.