You are here

public function FlushAllForm::getQuestion in Textimage 8.3

Same name and namespace in other branches
  1. 8.4 src/Form/FlushAllForm.php \Drupal\textimage\Form\FlushAllForm::getQuestion()

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/FlushAllForm.php, line 52

Class

FlushAllForm
Creates a form to confirm flushing of all Textimage images.

Namespace

Drupal\textimage\Form

Code

public function getQuestion() {
  return $this
    ->t('Cleanup Textimage?');
}