You are here

public function ConditionDelete::getConfirmText in Chaos Tool Suite (ctools) 8.3

Returns a caption for the button that confirms the action.

Return value

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

Overrides ConfirmFormBase::getConfirmText

1 call to ConditionDelete::getConfirmText()
ConditionDelete::actions in src/Form/ConditionDelete.php

File

src/Form/ConditionDelete.php, line 160

Class

ConditionDelete

Namespace

Drupal\ctools\Form

Code

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