Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 May 2013 at 22:47 UTC
Updated:
29 Jul 2014 at 22:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
chertzogComment #3
chertzogComment #4
kim.pepper$request isn't the right variable name to use here. Let's use $filterParam instead.
Also, we can use $request->has($key) instead.
$query isn't the right variable name to use. How about $pageParam.
We can use $request->has('blah');
Comment #5
aaronott commentedAdded some changes suggested in #4
Comment #6
marcingy commented#5: 1999394-replace-raw-variables-locale-5.patch queued for re-testing.
Comment #7
star-szrThis needs a reroll.
Comment #8
linl commentedThis code was refactored in #1978916: Convert locale_translate_page to a Controller, so closing this as a duplicate.
Comment #9
star-szrGreat, thanks!