You are here

public function GoogleAnalyticsCounterRevokeForm::getConfirmText in Google Analytics Counter 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

File

src/Form/GoogleAnalyticsCounterRevokeForm.php, line 35

Class

GoogleAnalyticsCounterRevokeForm
Class GoogleAnalyticsCounterRevokeForm.

Namespace

Drupal\google_analytics_counter\Form

Code

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