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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.