Problem/Motivation
Per #2533886: [meta] Move module-specific migration support into the particular modules supported, move support for locale migration into the locale 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_locale_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 |
|---|---|---|---|
| #4 | interdiff-2534018-1-4.txt | 1.39 KB | phenaproxima |
| #4 | 2534018-4.patch | 1.37 KB | phenaproxima |
| #1 | 2534018-1.patch | 1.32 KB | phenaproxima |
Comments
Comment #1
phenaproximaComment #3
phenaproximaBlocked by #2534158: MigrateFullDrupalTestBase must use dynamic test discovery.
Comment #4
phenaproximaMoved the test into the Drupal\locale\Tests\Migrate namespace.
Comment #5
phenaproximaUnblocked.
Comment #6
mikeryanLooks good to me.
Comment #7
alexpottCommitted 45202c4 and pushed to 8.0.x. Thanks!