Commit c2c58b42 authored by Abhijeet Kumar's avatar Abhijeet Kumar Committed by Bram Driesen
Browse files

Issue #3131336 by abhijeet.kumar2107: Drupal best practices and coding standards

parent 1e5c4fec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -110,8 +110,8 @@ class CookiebotForm extends ConfigFormBase {

    $form['cookiebot_block_cookies'] = [
      '#type' => 'checkbox',
      '#title' => t('Automatically block all cookies'),
      '#description' => t('Defines if Cookiebot should <a href=":automatic_url">automatically block all cookies</a> until a user has consented. If not set, cookie-setting scripts should manually be marked up as described in the <a href=":manual_url">manual implementation guide</a>.', [
      '#title' => $this->t('Automatically block all cookies'),
      '#description' => $this->t('Defines if Cookiebot should <a href=":automatic_url">automatically block all cookies</a> until a user has consented. If not set, cookie-setting scripts should manually be marked up as described in the <a href=":manual_url">manual implementation guide</a>.', [
        ':automatic_url' => 'https://www.cookiebot.com/en/automatic-cookie-control/',
        ':manual_url' => 'https://www.cookiebot.com/en/manual-implementation/',
      ]),