public EntityDisplayBase::__construct(array $values, $entity_type)
Constructs an Entity object.
Parameters
array $values: An array of values to set, keyed by property name. If the entity type has bundles, the bundle key has to be specified.
string $entity_type: The type of the entity to create.
Overrides ConfigEntityBase::__construct
File
core/lib/Drupal/Core/Entity/EntityDisplayBase.php, line 120
Class
EntityDisplayBase Provides a common base class for entity view and form displays.
Na