You are here

service migrate_file_to_media.commands in Migrate File Entities to Media Entities 8

Same name in this branch
  1. 8 drush.services.yml \migrate_file_to_media.commands
  2. 8 migrate_file_to_media.services.yml \migrate_file_to_media.commands

Class

\Drupal\migrate_file_to_media\Commands\MediaMigrateCommands

Tags

  • drush.command
3 string references to migrate_file_to_media.commands
drush_migrate_file_to_media_migrate_duplicate_file_detection in ./migrate_file_to_media.drush.inc
Call back function migrate-duplicate-file-detection
drush_migrate_file_to_media_migrate_duplicate_media_detection in ./migrate_file_to_media.drush.inc
Call back function migrate-duplicate-media-detection
drush_migrate_file_to_media_migrate_file_media_fields in ./migrate_file_to_media.drush.inc
Call back function migrate-file-media-fields

File

./drush.services.yml
drush.services.yml

View source
  1. class: \Drupal\migrate_file_to_media\Commands\MediaMigrateCommands
  2. arguments:
  3. - '@entity_field.manager'
  4. - '@entity_type.manager'
  5. - '@database'
  6. - '@plugin.manager.migration'
  7. - '@stream_wrapper_manager'
  8. - '@file_system'
  9. tags:
  10. - { name: drush.command }