abstract protected EntityDisplayFormBase::getEntityDisplay($entity_type_id, $bundle, $mode)
Returns an entity display object to be used by this form.
Parameters
string $entity_type_id: The target entity type ID of the entity display.
string $bundle: The target bundle of the entity display.
string $mode: A view or form mode.
Return value
\Drupal\Core\Entity\Display\EntityDisplayInterface An entity display.
File
- core/modules/field_ui/src/Form/EntityDisplayFormBase.php, line 731
Class
- EntityDisplayFormBase
- Base class for EntityDisplay edit forms.
Namespace
Drupal\field_ui\Form
Code
1 | abstract protected function getEntityDisplay( $entity_type_id , $bundle , $mode ); |
Please login to continue.