You are here

public function FlushExternalImages::getConfirmText in Imagecache External 8

Returns a caption for the button that confirms the action.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The form confirmation text.

Overrides ConfirmFormBase::getConfirmText

File

src/Form/FlushExternalImages.php, line 53

Class

FlushExternalImages
Defines a confirmation form for deleting mymodule data.

Namespace

Drupal\imagecache_external\Form

Code

public function getConfirmText() {
  return t('Flush');
}