You are here

public function GoogleAnalyticsCounterRevokeForm::getDescription in Google Analytics Counter 8.3

Returns additional text to display as a description.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The form description.

Overrides ConfirmFormBase::getDescription

File

src/Form/GoogleAnalyticsCounterRevokeForm.php, line 57

Class

GoogleAnalyticsCounterRevokeForm
Class GoogleAnalyticsCounterRevokeForm.

Namespace

Drupal\google_analytics_counter\Form

Code

public function getDescription() {

  // The number of hours it will take to reindex the site.
  return $this
    ->t('Clicking <strong>Yes</strong> means you will have to reauthenticate with Google in order to get new data. This action cannot be undone.');
}