public function HostMultipleUnbanConfirm::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/ HostMultipleUnbanConfirm.php, line 98
Class
- HostMultipleUnbanConfirm
- Provides a multiple host un-ban blacklisted confirmation form.
Namespace
Drupal\httpbl\FormCode
public function getDescription() {
return $this
->t('<p>This action will un-ban any selected and banned hosts. Otherwise, any listed status <em>remains</em> unchanged.</p><p>Any "banned but not blacklisted" hosts will also be un-banned, but that occurrance should be rare and warrants further attention.</p><p>This action can be undone by using other actions.</p>');
}