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 03:19 UTC
Updated:
29 Jul 2014 at 22:23 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
gung wang commentedI take it.
Comment #2
gung wang commentedUploaded the patch.
Comment #3
elvis2 commentedShould the access modifier on this function be public?
Comment #4
heddnIf the method is only used internally i.e. $this->{foo}, then I'd recommend protected. Otherwise, go with public as it needs to be usable by folks outside the class is apart of the public API.
Comment #5
SpartyDan commentedCorrected error in documentation page_display_options should be block_display_options which is updated by this patch to be blockDisplayOptions
Updates from patch in comment #2 are also included in this patch.
Comment #6
aspilicious commentedShould be ok if it comes back green
Comment #7
elvis2 commentedComment #8
aspilicious commentedComment #9
alexpottCommitted cb1e2df and pushed to 8.x. Thanks!