Problem/Motivation
Per #2533886: [meta] Move module-specific migration support into the particular modules supported, move support for block migration into the block module.
Proposed resolution
For the most part, this is a matter of moving files around and updating namespaces. Also, explicit destination module dependencies can be removed.
Migration templates to be moved:
- d6_block
Remaining tasks
Submit a patch.
User interface changes
N/A
API changes
Namespaces of affected migration plugins will change.
Data model changes
N/A
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | interdiff-2533986-4-7.txt | 4.17 KB | phenaproxima |
| #7 | 2533986-7.patch | 8.06 KB | phenaproxima |
| #4 | 2533986-4.patch | 3.45 KB | phenaproxima |
Comments
Comment #1
mikeryanComment #2
phenaproximaComment #3
mikeryanComment #4
phenaproximaComment #6
phenaproximaBlocked by #2534158: MigrateFullDrupalTestBase must use dynamic test discovery.
Comment #7
phenaproximaMoved the test into the Drupal\block\Tests\Migrate namespace, and moved the relevant process plugins out of Migrate Drupal
Comment #8
phenaproximaUnblocked.
Comment #9
mikeryanLooks good to me.
Comment #10
alexpottCommitted 5d183c7 and pushed to 8.0.x. Thanks!