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 18:14 UTC
Updated:
29 Jul 2014 at 22:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
phenaproximaComment #2
phenaproximaPatch attached; for whatever it's worth, it passed all the tests for Views style plugins on my localhost.
Comment #3
oenie commentedAdd the access modifier public in front of the function declaration. To adher to the new OOP standards and since it's being called directly on an object from the outside (in core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php)
Comment #5
marlatt commentedAdded access modifier.
Comment #6
oenie commentedLooks good to me now !
Comment #7
alexpottCommitted cdb78e0 and pushed to 8.x. Thanks!