EntityDisplayFormBase::getOverviewUrl

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);
doc_Drupal
2016-10-29 09:05:25
Comments
Leave a Comment

Please login to continue.