Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Jun 2013 at 14:32 UTC
Updated:
29 Jul 2014 at 22:35 UTC
Part of meta-issue #2016679: Expand Entity Type interfaces to provide methods, protect the properties.
See the detailed explanations there and look at the issues that already have patches or were commited.
Add get*, set* and additional methods as it makes sense to replace the public properties (e.g. isSomething() and something())
Comments
Comment #1
marvin_b8 commentedThere are no properties on this class, so I think we can close this issue.
Comment #2
berdirYes, this can ber closed as a duplicate of #2030607: Expand EntityDisplayBase with methods, as they use the same base class.