You are here

GoogleAnalyticsCounterQueue.php in Google Analytics Counter 8.3

File

src/Plugin/QueueWorker/GoogleAnalyticsCounterQueue.php
View source
<?php

namespace Drupal\google_analytics_counter\Plugin\QueueWorker;


/**
 * Updates the google analytics counters.
 *
 * @QueueWorker(
 *   id = "google_analytics_counter_worker",
 *   title = @Translation("Import Data from Google Analytics"),
 *   cron = {"time" = 120}
 * )
 */
class GoogleAnalyticsCounterQueue extends GoogleAnalyticsCounterQueueBase {

}

Classes

Namesort descending Description
GoogleAnalyticsCounterQueue Updates the google analytics counters.