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