Files that need converting are:
- core/modules/locale/locale.pages.inc
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 1999394-replace-raw-variables-locale-5.patch | 1.85 KB | aaronott |
| #5 | 1999394-interdiff.txt | 1.67 KB | aaronott |
| #3 | 1999394_3-replace-raw-variables-locale.patch | 1.79 KB | chertzog |
| #1 | 1999394_1-replace-raw-variables-locale.patch | 1.79 KB | chertzog |
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!