class FieldLayoutEntityFormDisplay
Same name in other branches
- 9 core/modules/field_layout/src/Entity/FieldLayoutEntityFormDisplay.php \Drupal\field_layout\Entity\FieldLayoutEntityFormDisplay
- 8.9.x core/modules/field_layout/src/Entity/FieldLayoutEntityFormDisplay.php \Drupal\field_layout\Entity\FieldLayoutEntityFormDisplay
- 10 core/modules/field_layout/src/Entity/FieldLayoutEntityFormDisplay.php \Drupal\field_layout\Entity\FieldLayoutEntityFormDisplay
Provides an entity form display entity that has a layout.
Hierarchy
- class \Drupal\Core\Entity\EntityBase implements \Drupal\Core\Entity\EntityInterface uses \Drupal\Core\Cache\RefinableCacheableDependencyTrait, \Drupal\Core\DependencyInjection\DependencySerializationTrait
- class \Drupal\Core\Config\Entity\ConfigEntityBase extends \Drupal\Core\Entity\EntityBase implements \Drupal\Core\Config\Entity\ConfigEntityInterface uses \Drupal\Core\Plugin\PluginDependencyTrait, \Drupal\Core\Entity\SynchronizableEntityTrait
- class \Drupal\Core\Entity\EntityDisplayBase extends \Drupal\Core\Config\Entity\ConfigEntityBase implements \Drupal\Core\Entity\Display\EntityDisplayInterface
- class \Drupal\Core\Entity\Entity\EntityFormDisplay extends \Drupal\Core\Entity\EntityDisplayBase implements \Drupal\Core\Entity\Display\EntityFormDisplayInterface
- class \Drupal\field_layout\Entity\FieldLayoutEntityFormDisplay extends \Drupal\Core\Entity\Entity\EntityFormDisplay implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface uses \Drupal\field_layout\Entity\FieldLayoutEntityDisplayTrait
- class \Drupal\Core\Entity\Entity\EntityFormDisplay extends \Drupal\Core\Entity\EntityDisplayBase implements \Drupal\Core\Entity\Display\EntityFormDisplayInterface
- class \Drupal\Core\Entity\EntityDisplayBase extends \Drupal\Core\Config\Entity\ConfigEntityBase implements \Drupal\Core\Entity\Display\EntityDisplayInterface
- class \Drupal\Core\Config\Entity\ConfigEntityBase extends \Drupal\Core\Entity\EntityBase implements \Drupal\Core\Config\Entity\ConfigEntityInterface uses \Drupal\Core\Plugin\PluginDependencyTrait, \Drupal\Core\Entity\SynchronizableEntityTrait
Expanded class hierarchy of FieldLayoutEntityFormDisplay
1 file declares its use of FieldLayoutEntityFormDisplay
- field_layout.module in core/
modules/ field_layout/ field_layout.module - Provides hook implementations for Field Layout.
File
-
core/
modules/ field_layout/ src/ Entity/ FieldLayoutEntityFormDisplay.php, line 11
Namespace
Drupal\field_layout\EntityView source
class FieldLayoutEntityFormDisplay extends EntityFormDisplay implements EntityDisplayWithLayoutInterface {
use FieldLayoutEntityDisplayTrait;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.