Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
24 May 2013 at 19:35 UTC
Updated:
29 Jul 2014 at 22:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
SpartyDan commentedPatch to rename operator_values() to operatorValues()
Comment #2
SpartyDan commentedchanged functions to public functions
Comment #3
aspilicious commentedHmm I think this should be protected and didn't look at the code carefully but we maybe need to move that function to some base class. I have the feeling it does the same thing everywhere.
Again, I didn't look at the actual code just this patch :)
Comment #4
heddnComment #5
SpartyDan commentedChanged public to protected and re-rolled
Comment #6
dawehnerBut it's not needed on all classes, just saying.
Comment #7
alexpottCommitted d72064f and pushed to 8.x. Thanks!