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