You are here

public function UCWishlistAdminDeleteForm::getQuestion in UC Wish List 8

Returns the question to ask the user.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The form question. The page title will be set to this value.

Overrides ConfirmFormInterface::getQuestion

File

src/Form/UCWishlistAdminDeleteForm.php, line 50

Class

UCWishlistAdminDeleteForm

Namespace

Drupal\uc_wishlist\Form

Code

public function getQuestion() {
  return $this
    ->t('Confirm Wish List Deletion');
}