Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. BanDelete.php

function BanDelete::getQuestion

Overrides ConfirmFormInterface::getQuestion

File

core/modules/ban/src/Form/BanDelete.php, line 62

Class

BanDelete
Provides a form to unban IP addresses.

Namespace

Drupal\ban\Form

Code

public function getQuestion() {
    return $this->t('Are you sure you want to unblock %ip?', [
        '%ip' => $this->banIp,
    ]);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal