public function MenuSettingsForm::getFormID

Implements \Drupal\Core\Form\FormInterface::getFormID().

Overrides FormInterface::getFormID

File

drupal/core/modules/menu/lib/Drupal/menu/MenuSettingsForm.php, line 20
Contains \Drupal\menu\MenuSettingsForm.

Class

MenuSettingsForm
Select the menus to be used for the main and secondary links for this site.

Namespace

Drupal\menu

Code

public function getFormID() {
  return 'menu_configure';
}