Problem/Motivation
Per #2533886: [meta] Move module-specific migration support into the particular modules supported, move support for aggregator migration into the aggregator 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_aggregator_feed
- d6_aggregator_item
- d6_aggregator_settings
- d7_aggregator_settings
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 |
|---|---|---|---|
| #5 | interdiff-2533984-2-5.txt | 5.67 KB | phenaproxima |
| #5 | 2533984-5.patch | 10.2 KB | phenaproxima |
| #2 | 2533984-2.patch | 10.04 KB | phenaproxima |
Comments
Comment #1
phenaproximaComment #2
phenaproximaComment #4
phenaproximaBlocked by #2534158: MigrateFullDrupalTestBase must use dynamic test discovery.
Comment #5
phenaproximaMoved the tests into the Drupal\aggregator\Tests\Migrate namespace.
Comment #6
phenaproximaUnblocked.
Comment #7
mikeryanLooks good.
Comment #8
alexpottCommitted 4104c3f and pushed to 8.0.x. Thanks!