You are here

public function RRSSBDeleteForm::getConfirmText in Ridiculously Responsive Social Sharing Buttons 8.2

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/RRSSBDeleteForm.php, line 26

Class

RRSSBDeleteForm
RRSSB delete form.

Namespace

Drupal\rrssb\Form

Code

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