You are here

public function MenuLinkEditForm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/menu_ui/src/Form/MenuLinkEditForm.php \Drupal\menu_ui\Form\MenuLinkEditForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/menu_ui/src/Form/MenuLinkEditForm.php, line 54
Contains \Drupal\menu_ui\Form\MenuLinkEditForm.

Class

MenuLinkEditForm
Defines a generic edit form for all menu link plugin types.

Namespace

Drupal\menu_ui\Form

Code

public function getFormId() {
  return 'menu_link_edit';
}