You are here

abstract protected function EntityDisplayFormBase::getOverviewUrl in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/field_ui/src/Form/EntityDisplayFormBase.php \Drupal\field_ui\Form\EntityDisplayFormBase::getOverviewUrl()
  2. 10 core/modules/field_ui/src/Form/EntityDisplayFormBase.php \Drupal\field_ui\Form\EntityDisplayFormBase::getOverviewUrl()

Returns the Url object for a specific entity (form) display edit form.

Parameters

string $mode: The form or view mode.

Return value

\Drupal\Core\Url A Url object for the overview route.

1 call to EntityDisplayFormBase::getOverviewUrl()
EntityDisplayFormBase::submitForm in core/modules/field_ui/src/Form/EntityDisplayFormBase.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
2 methods override EntityDisplayFormBase::getOverviewUrl()
EntityFormDisplayEditForm::getOverviewUrl in core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
Returns the Url object for a specific entity (form) display edit form.
EntityViewDisplayEditForm::getOverviewUrl in core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php
Returns the Url object for a specific entity (form) display edit form.

File

core/modules/field_ui/src/Form/EntityDisplayFormBase.php, line 890

Class

EntityDisplayFormBase
Base class for EntityDisplay edit forms.

Namespace

Drupal\field_ui\Form

Code

protected abstract function getOverviewUrl($mode);