You are here

public function SlickDeleteFormBase::getConfirmText in Slick Carousel 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

slick_ui/src/Form/SlickDeleteFormBase.php, line 40

Class

SlickDeleteFormBase
Builds the form to delete a Slick optionset.

Namespace

Drupal\slick_ui\Form

Code

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