Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
routing system
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
23 Jun 2013 at 02:42 UTC
Updated:
29 Jul 2014 at 22:33 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Crell commentedComment #3
Crell commentedChasing HEAD. I tried 3 of the failing tests and all of them passed for me locally. I don't know why. My best guess is testbot is on 5.3 and I'm on 5.4, but I'd expect the issue to be the other way around, then.
(No interdiff; it's a one character change in a tiny patch.)
Comment #4
Crell commentedTagging.
Comment #5
dawehnerThe patch looks pretty perfect. Hopefully we are able to convert all of the callbacks in a reasonable amount of time, so we can get rid of the legacy related functionality.
Comment #6
webchickActually, I love this quite a lot. Since Symfony allows whatever callable, it makes sense for us to do it too, and It's a good emergency stopgap if converting things to controllers is the last critical issue holding up RC1; we could simply script conversion of the rest to point at their callback functions.
Committed and pushed to 8.x. Thanks!