You are here

public function SwitchShortcutSet::getFormId in Zircon Profile 8

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

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/shortcut/src/Form/SwitchShortcutSet.php, line 58
Contains \Drupal\shortcut\Form\SwitchShortcutSet.

Class

SwitchShortcutSet
Builds the shortcut set switch form.

Namespace

Drupal\shortcut\Form

Code

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