Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 May 2013 at 20:01 UTC
Updated:
29 Jul 2014 at 22:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
toddtomlinson commentedComment #2
toddtomlinson commentedPatch attached that renames op_not_ends
Comment #4
jeroentrename op_not_ends() to addNotEndsWith().
Comment #5
heddnIn #2003582: Rename Views method op_equal() to opEqual() it was decided to not rename a function from op_{foo} to add{foo}. So to be consistent this patch should just change the name to opNotEndsWith.
Comment #6
jeroentHere is the right patch. Renaming op_not_ends() to OpNotEndsWith().
Comment #7
dawehnerShould be proctected
Comment #8
jeroentAdded protected access modifier as mentioned by dawehner.
Comment #9
dawehnerThank you very much.
Comment #10
alexpottCommitted 689127e and pushed to 8.x. Thanks!
Comment #11
daven commentedNote, the table in the meta issue says to rename to opNotEndsWith but the issue title and patch do not have 'With'
Comment #12
xjmAdded followup #1856630: [Change notice] [META] Rename Views methods to core standards per #11.