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'; }
Please login to continue.