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 15:30 UTC
Updated:
29 Jul 2014 at 22:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
markie commentedpatched.. but not the taxonomy module. (function exists there)
Comment #2
marlatt commentedIncluded additional instances of method changes and added public method changes.
Comment #3
markie commenteddo we want to modify a different module in this change? I am cool with the public access addition, but don't want to step on other modules toes.
Comment #4
markie commentedI take this back. I realize now they are extending a views class here. Please disregard the silly monkey.
Comment #5
aspilicious commentedThis is a function only used internally by filter plugins. I would use "protected" in that case.
Comment #6
marlatt commentedRevised methods from public to protected.
Comment #7
dawehnerNo calls are left, patch applies and looks fine.
Comment #8
alexpottCommitted 7731380 and pushed to 8.x. Thanks!