You are here

public function SharerichDeleteForm::getConfirmText in Sharerich 8

Returns a caption for the button that confirms the action.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The form confirmation text.

Overrides EntityConfirmFormBase::getConfirmText

File

src/Form/SharerichDeleteForm.php, line 35
Contains \Drupal\sharerich\Form\SharerichDeleteForm.

Class

SharerichDeleteForm
Builds the form to delete Sharerich entities.

Namespace

Drupal\sharerich\Form

Code

public function getConfirmText() {
  return $this
    ->t('Delete');
}