Problem/Motivation
Per #2533886: [meta] Move module-specific migration support into the particular modules supported, move support for filter migration into the filter 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_filter_format
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 |
|---|---|---|---|
| #6 | interdiff-2534014-3-6.txt | 1.29 KB | phenaproxima |
| #6 | 2534014-6.patch | 3.65 KB | phenaproxima |
| #3 | 2534014-3.patch | 3.61 KB | phenaproxima |
Comments
Comment #1
mikeryanComment #2
phenaproximaComment #3
phenaproximaComment #5
phenaproximaBlocked by #2534158: MigrateFullDrupalTestBase must use dynamic test discovery.
Comment #6
phenaproximaMoved the test into the Drupal\filter\Tests\Migrate namespace.
Comment #7
phenaproximaEr...hit Save twice. That was durrrmb.
Comment #8
phenaproximaUnblocked.
Comment #9
mikeryanLooks good to me.
Comment #10
alexpottCommitted 3a0537b and pushed to 8.0.x. Thanks!