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 01:00 UTC
Updated:
29 Jul 2014 at 22:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
elvis2 commentedComment #2
elvis2 commentedComment #4
elvis2 commentedOops, let's try that again.
Comment #5
oenie commentedAdd protected access modifier in front of the method to adher to the new OOP standards.
I assume protected because the calls to this method are in the form of $this->addSelfTokens.
Comment #6
elvis2 commentedAdded the access modifier.
Comment #7
oenie commentedLooks good to me now !
Comment #8
alexpottCommitted 20d028f and pushed to 8.x. Thanks!