Skip to content

Instantly share code, notes, and snippets.

@heddn
Created April 19, 2016 17:01
Show Gist options
  • Save heddn/3ef7126cd7c4db7f32e172ef4853945a to your computer and use it in GitHub Desktop.
Save heddn/3ef7126cd7c4db7f32e172ef4853945a to your computer and use it in GitHub Desktop.
$ git grep md_entity
1 core/modules/comment/migration_templates/d6_comment_field.yml: plugin: md_entity:field_storage_config
2 core/modules/field/migration_templates/d6_field.yml: plugin: md_entity:field_storage_config
3 core/modules/file/migration_templates/d6_upload_field.yml: plugin: md_entity:field_storage_config
4 core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php: * id = "md_entity:field_storage_co
5 core/modules/taxonomy/migration_templates/d6_vocabulary_field.yml: plugin: md_entity:field_storage_config
6 core/modules/user/migration_templates/user_picture_field.yml: plugin: md_entity:field_storage_config
7 core/modules/user/migration_templates/user_profile_field.yml: plugin: md_entity:field_storage_config
q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment