You are here

public function NiceMenusSettingsForm::getFormID in Nice Menus 8

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

File

src/Form/NiceMenusSettingsForm.php, line 16

Class

NiceMenusSettingsForm
Provides a nice menus settings form.

Namespace

Drupal\nice_menus\Form

Code

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