public function BanDelete::getFormId in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/ban/src/Form/BanDelete.php \Drupal\ban\Form\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 51 - Contains \Drupal\ban\Form\BanDelete.
Class
- BanDelete
- Provides a form to unban IP addresses.
Namespace
Drupal\ban\FormCode
public function getFormId() {
return 'ban_ip_delete_form';
}