Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
install system
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Apr 2014 at 22:18 UTC
Updated:
29 Jul 2014 at 23:33 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tim.plunkettCopied build/validate/submit
Changed t() to $this->t()
Used DI where appropriate.
Minor modernizations to install_get_form.
Comment #3
tim.plunkettWe need to work around drush, but using the actual form ID and not the class name fixes it, and is more correct.
Comment #4
sunStraightforward.
I'd like to improve the situation some more, but that's more complex, so I'd like to RTBC + move forward with this change ASAP.
Thanks, @tim.plunkett!
Comment #5
sunComment #6
sunExcellent.
Comment #7
webchickReally nice clean-up.
Committed and pushed to 8.x. Thanks!