posthog-1.0.0-alpha5/modules/posthog_cookies/posthog_cookies.install

modules/posthog_cookies/posthog_cookies.install
<?php

/**
 * @file
 * Installation information for the 'Posthog COOKiES' module.
 */

/**
 * Initializes the new "consent_denied_persistence" configuration.
 */
function posthog_cookies_update_10001() {
  \Drupal::configFactory()->getEditable('posthog_cookies.settings')
    ->set('consent_denied_persistence', 'memory')
    ->save();
}

/**
 * Remove obsolete "consent_denied_persistence" configuration.
 */
function posthog_cookies_update_10002() {
  \Drupal::configFactory()->getEditable('posthog_cookies.settings')
    ->clear('consent_denied_persistence')
    ->save();
}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc