abstract protected function EntityDisplayFormBase::getDisplayModesLink in Drupal 10
Same name and namespace in other branches
- 8 core/modules/field_ui/src/Form/EntityDisplayFormBase.php \Drupal\field_ui\Form\EntityDisplayFormBase::getDisplayModesLink()
- 9 core/modules/field_ui/src/Form/EntityDisplayFormBase.php \Drupal\field_ui\Form\EntityDisplayFormBase::getDisplayModesLink()
Returns a link to the form or view mode admin page.
Return value
array An array of a form element to be rendered as a link.
1 call to EntityDisplayFormBase::getDisplayModesLink()
- EntityDisplayFormBase::form in core/
modules/ field_ui/ src/ Form/ EntityDisplayFormBase.php - Gets the actual form array to be built.
1 method overrides EntityDisplayFormBase::getDisplayModesLink()
- EntityFormDisplayEditForm::getDisplayModesLink in core/
modules/ field_ui/ src/ Form/ EntityFormDisplayEditForm.php - Returns a link to the form or view mode admin page.
File
- core/
modules/ field_ui/ src/ Form/ EntityDisplayFormBase.php, line 799
Class
- EntityDisplayFormBase
- Base class for EntityDisplay edit forms.
Namespace
Drupal\field_ui\FormCode
protected abstract function getDisplayModesLink();