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