public function LinkDelete::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/LinkDelete.php, line 28
Contains \Drupal\shortcut\Form\LinkDelete.

Class

LinkDelete
Builds the shortcut link deletion form.

Namespace

Drupal\shortcut\Form

Code

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