Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
routing system
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
24 Sep 2014 at 21:22 UTC
Updated:
16 Oct 2014 at 12:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tim.plunkettI've converted the cases that already used $this->url(), leaving the url() calls for #2340251: Remove most remaining url() calls.
Comment #2
dawehnerI can haz tests?
Comment #3
tim.plunkettAsk and ye shall receive.
Comment #4
znerol commentedsee #2282161-10: Split off link/url generation trait
Comment #5
jibranLooks great.
Comment #6
znerol commentedFrom the original issue I linked in #4.
Did something change in the meantime such that it is now justifiable to add
redirect()to the trait?Comment #7
tim.plunkettWe still need them in Forms.
Comment #8
alexpottCommitted 4014b74 and pushed to 8.0.x. Thanks!
Yep forms need this.