public function SetDelete::getFormID

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormID

File

drupal/core/modules/shortcut/lib/Drupal/shortcut/Form/SetDelete.php, line 65
Contains \Drupal\shortcut\Form\SetDelete.

Class

SetDelete
Builds the shortcut set deletion form.

Namespace

Drupal\shortcut\Form

Code

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