Context in which this entity will be used (e.g. 'display', 'form').
Type: string
Overrides EntityDisplayBase::$displayContext
File
- core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php, line 39
Class
- EntityViewDisplay
- Configuration entity that contains display options for all components of a rendered entity in a given view mode.
Namespace
Drupal\Core\Entity\Entity
Code
protected $displayContext = 'view';
Please login to continue.