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 19:57 UTC
Updated:
29 Jul 2014 at 22:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
trevjs commentedComment #2
trevjs commentedComment #3
munizjor commentedfunctions needs to be public.
Comment #5
jeroentRename op_simple() to addSimpleQuery().
Comment #6
aspilicious commentedDone
Comment #7
alexpottIn #2003582: Rename Views method op_equal() to opEqual() it was decided to not rename a function from op_whatever to addWhatever. So to be consistent this patch should just change the name to opSimple (we should also drop the Query as it is not a Query - it appears to add a comparison operator)
Comment #8
nathangervais commentedRerolled patch to rename op_simple to opSimple
Comment #9
heddnFixing title
Comment #10
aspilicious commentedTalkes with dawehner about this, should be protected. Srry!
Comment #11
jeroentChanged access modifier to protected as mentioned by aspilicious.
Comment #12
dawehnerNo calls are left and code looks fine.
Comment #13
alexpottCommitted 35a7926 and pushed to 8.x. Thanks!