ImageStyleFlushForm::getConfirmText

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');
}
doc_Drupal
2016-10-29 09:19:49
Comments
Leave a Comment

Please login to continue.