Migrate Upgrade (for core)
Component ID
2448261
Component name
Migrate Upgrade (for core)
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
In reviewing the migrate upgrade UI I forked to this sandbox to make some small clean-ups before we post the core patch.
- Convert usages of t() to $this->t()
- Remove db_run_tasks() since migrate may want to use a read only database.
- Handled failing requirements check for migrations in core, may need a core patch.
- Simplified how we get the Drupal version support since we only care about 6/7/8 in core.
- Left a few TODO's to either discuss or resolve in the core issue.
- Simplified the number of messages that are output to the end user.
- Coding standards.
