ConfigTranslationDeleteForm::getConfirmText

public ConfigTranslationDeleteForm::getConfirmText()

Returns a caption for the button that confirms the action.

Return value

string The form confirmation text.

Overrides ConfirmFormBase::getConfirmText

File

core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php, line 93

Class

ConfigTranslationDeleteForm
Builds a form to delete configuration translation.

Namespace

Drupal\config_translation\Form

Code

public function getConfirmText() {
  return $this->t('Delete');
}
doc_Drupal
2016-10-29 08:54:46
Comments
Leave a Comment

Please login to continue.