You are here

function google_analytics_counter_update_8002 in Google Analytics Counter 8.3

Issue #2978896: Use Google developers page for Google Quotas.

File

./google_analytics_counter.install, line 162
Update, and uninstall functions for the Google Analytics Counter module.

Code

function google_analytics_counter_update_8002() {
  \Drupal::state()
    ->deleteMultiple([
    'google_analytics_counter.dayquota_request',
    'google_analytics_counter.dayquota_timestamp',
    'google_analytics_counter.chunk_process_time',
    'google_analytics_counter.chunk_node_process_time',
  ]);
}