public function HostMultipleGreylistConfirm::getDescription in http:BL 8
Returns additional text to display as a description.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form description.
Overrides ConfirmFormBase::getDescription
File
- src/
Form/ HostMultipleGreylistConfirm.php, line 97
Class
- HostMultipleGreylistConfirm
- Provides a multiple host grey-listing (and un-banning) confirmation form.
Namespace
Drupal\httpbl\FormCode
public function getDescription() {
return $this
->t('<p>Any banned hosts will be un-banned. Already grey-listed hosts will be ignored.</p><p>These actions are un-doable by using other actions*.</p>');
}