User tests: Successful: Unsuccessful:
Namespaces the JRoute class. Additionally it deprecates it and moves the single _ function to the router class in a none static way.
JRoute
_
If you're really going to move it like this, find a better name than _.
Also, not merging this one until we have #16879 in place. That will probably require re-reviewing your deprecation.
Makes sense...honestly I was not sure how to name that function so I took the easy way. But I'm up for suggestions.
Closing, as is this is heavily out of date and after #16879 it needs to be rethought how to handle such a deprecation if it's going to be proposed and accepted.
If you're really going to move it like this, find a better name than
_
.