public function BanDelete::getFormID

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormID

File

drupal/core/modules/ban/lib/Drupal/ban/Form/BanDelete.php, line 49
Contains \Drupal\ban\Form\BanDelete.

Class

BanDelete
Provides a form to unban IP addresses.

Namespace

Drupal\ban\Form

Code

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