FieldLayoutEntityViewDisplay.php

Same filename and directory in other branches
  1. 9 core/modules/field_layout/src/Entity/FieldLayoutEntityViewDisplay.php
  2. 10 core/modules/field_layout/src/Entity/FieldLayoutEntityViewDisplay.php
  3. 11.x core/modules/field_layout/src/Entity/FieldLayoutEntityViewDisplay.php

Namespace

Drupal\field_layout\Entity

File

core/modules/field_layout/src/Entity/FieldLayoutEntityViewDisplay.php

View 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

Title Deprecated Summary
FieldLayoutEntityViewDisplay Provides an entity view display entity that has a layout.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.