Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Jul 2013 at 11:44 UTC
Updated:
29 Jul 2014 at 22:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
damiankloip commentedComment #2
dawehnerLets move the __construct method to the top, as it is more important that create.
Comment #3
dawehnerLets move the __construct method to the top, as it is more important that create.
Comment #4
damiankloip commentedSure, phpstorm makes that take about...0.5 seconds :)
Comment #5
dawehnerLets call it entity manager
Comment #6
dawehnerComment #7
damiankloip commentedconsistency is king.
Comment #8
dawehnerThank you!
Comment #9
alexpottMissing @var documentation and protected scope
Comment #10
damiankloip commentedComment #11
dawehnerAnother one.
Comment #12
alexpottCommitted 2e29f25 and pushed to 8.x. Thanks!