You are here

public function HostMultipleWhitelistConfirm::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/HostMultipleWhitelistConfirm.php, line 97

Class

HostMultipleWhitelistConfirm
Provides a multiple host white-listing (and un-banning) confirmation form.

Namespace

Drupal\httpbl\Form

Code

public function getDescription() {
  return $this
    ->t('<p>Any banned hosts will be un-banned.  Already white-listed hosts will be ignored.</p><p>These actions are un-doable by using other actions*.</p>');
}