You are here

class GoogleAnalyticsCounterQueue in Google Analytics Counter 8.3

Updates the google analytics counters.

Plugin annotation


@QueueWorker(
  id = "google_analytics_counter_worker",
  title = @Translation("Import Data from Google Analytics"),
  cron = {"time" = 120}
)

Hierarchy

Expanded class hierarchy of GoogleAnalyticsCounterQueue

File

src/Plugin/QueueWorker/GoogleAnalyticsCounterQueue.php, line 14

Namespace

Drupal\google_analytics_counter\Plugin\QueueWorker
View source
class GoogleAnalyticsCounterQueue extends GoogleAnalyticsCounterQueueBase {

}

Members

Namesort descending Modifiers Type Description Overrides
GoogleAnalyticsCounterQueueBase::create public static function Creates an instance of the plugin. Overrides ContainerFactoryPluginInterface::create
GoogleAnalyticsCounterQueueBase::processItem public function Works on a single queue item. Overrides QueueWorkerInterface::processItem
GoogleAnalyticsCounterQueueBase::__construct public function Constructs a \Drupal\Component\Plugin\PluginBase object. Overrides PluginBase::__construct
PluginBase::$configuration protected property Configuration information passed into the plugin. 1
PluginBase::$pluginDefinition protected property The plugin implementation definition. 1
PluginBase::$pluginId protected property The plugin_id.
PluginBase::DERIVATIVE_SEPARATOR constant A string which is used to separate base plugin IDs from the derivative ID.
PluginBase::getBaseId public function Gets the base_plugin_id of the plugin instance. Overrides DerivativeInspectionInterface::getBaseId
PluginBase::getDerivativeId public function Gets the derivative_id of the plugin instance. Overrides DerivativeInspectionInterface::getDerivativeId
PluginBase::getPluginDefinition public function Gets the definition of the plugin implementation. Overrides PluginInspectionInterface::getPluginDefinition 3
PluginBase::getPluginId public function Gets the plugin_id of the plugin instance. Overrides PluginInspectionInterface::getPluginId
PluginBase::isConfigurable public function Determines if the plugin is configurable.