You are here

public function FlushExternalImages::getQuestion in Imagecache External 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/FlushExternalImages.php, line 32

Class

FlushExternalImages
Defines a confirmation form for deleting mymodule data.

Namespace

Drupal\imagecache_external\Form

Code

public function getQuestion() {
  return t('Flush all external images?');
}