FieldLayoutEntityViewDisplay.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\field_layout\EntityFile
core/modules/field_layout/src/Entity/FieldLayoutEntityViewDisplay.phpView source
<?php
namespace Drupal\field_layout\Entity;
use Drupal\Core\Entity\Entity\EntityViewDisplay;
use Drupal\field_layout\Display\EntityDisplayWithLayoutInterface;
/**
* Provides an entity view display entity that has a layout.
*/
class FieldLayoutEntityViewDisplay extends EntityViewDisplay implements EntityDisplayWithLayoutInterface {
use FieldLayoutEntityDisplayTrait;
}
Classes
Name | Description |
---|---|
FieldLayoutEntityViewDisplay | Provides an entity view display entity that has a layout. |