abstract protected EntityDisplayFormBase::getOverviewUrl($mode)
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.
File
- core/modules/field_ui/src/Form/EntityDisplayFormBase.php, line 905
Class
- EntityDisplayFormBase
- Base class for EntityDisplay edit forms.
Namespace
Drupal\field_ui\Form
Code
abstract protected function getOverviewUrl($mode);
Please login to continue.