BanDelete::getFormId

public BanDelete::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/ban/src/Form/BanDelete.php, line 53

Class

BanDelete
Provides a form to unban IP addresses.

Namespace

Drupal\ban\Form

Code

public function getFormId() {
  return 'ban_ip_delete_form';
}
doc_Drupal
2016-10-29 08:45:27
Comments
Leave a Comment

Please login to continue.