public ImageStyleFlushForm::getConfirmText()
Returns a caption for the button that confirms the action.
Return value
string The form confirmation text.
Overrides EntityConfirmFormBase::getConfirmText
File
- core/modules/image/src/Form/ImageStyleFlushForm.php, line 30
 
Class
- ImageStyleFlushForm
 - Form controller for image style flush.
 
Namespace
Drupal\image\Form
Code
public function getConfirmText() {
  return $this->t('Flush');
}
Please login to continue.