service migrate_file_to_media.commands in Migrate File Entities to Media Entities 8
Same name in this branch
- 8 drush.services.yml \migrate_file_to_media.commands
- 8 migrate_file_to_media.services.yml \migrate_file_to_media.commands
Class
\Drupal\migrate_file_to_media\Commands\MediaMigrateCommandsTags
- 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
View source
- class: \Drupal\migrate_file_to_media\Commands\MediaMigrateCommands
- arguments:
- - '@entity_field.manager'
- - '@entity_type.manager'
- - '@database'
- - '@plugin.manager.migration'
- - '@stream_wrapper_manager'
- - '@file_system'
- tags:
- - { name: drush.command }