public function CacheflushDeleteMultiple::getConfirmText in CacheFlush 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
- modules/
cacheflush_ui/ src/ Form/ CacheflushDeleteMultiple.php, line 110
Class
- CacheflushDeleteMultiple
- Provides a cacheflush deletion confirmation form.
Namespace
Drupal\cacheflush_ui\FormCode
public function getConfirmText() {
return t('Delete');
}