SwitchShortcutSet::getFormId

public 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 53

Class

SwitchShortcutSet
Builds the shortcut set switch form.

Namespace

Drupal\shortcut\Form

Code

public function getFormId() {
  return 'shortcut_set_switch';
}
doc_Drupal
2016-10-29 09:45:32
Comments
Leave a Comment

Please login to continue.