Problem/Motivation
Part of meta-issue #1856630: [Change notice] [META] Rename Views methods to core standards
Proposed resolution
Use grep -r "render_exposed_form(" . to find all instances of render_exposed_form(
Replace render_exposed_form( with renderExposedForm(
Remaining tasks
reviews needed
Related Issues
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 2003346-render_exposed_form-7.patch | 3.13 KB | jimsmith |
| #2 | 2003346-render_exposed_form.patch | 3.12 KB | jimsmith |
Comments
Comment #1
jimsmith commentedComment #2
jimsmith commentedPatch for review.
Comment #4
jimsmith commented#2: 2003346-render_exposed_form.patch queued for re-testing.
Previous test failed because it failed to checkout from git. I'm hoping that was just a result of so many patches being submitted at the same time during the Drupalcon Portland code sprint.
Comment #5
jimsmith commentedOkay. Passed this time. Ready for review.
Comment #6
oenie commentedAdd public access modifier in front of the function to adhere to the new OOP standards.
Comment #7
jimsmith commentedAlrighty then. Public access modifier added to front of the function to adhere to the new OOP standards and re-rolled.
Comment #8
oenie commentedLooks good to me now !
Comment #9
alexpottCommitted 15d26ab and pushed to 8.x. Thanks!
Comment #10.0
(not verified) commentedupdated summary of issue