You are here

interface GoogleAnalitycsInterface in Google Analytics 8.2

Same name and namespace in other branches
  1. 8.3 src/GoogleAnalitycsInterface.php \Drupal\google_analytics\GoogleAnalitycsInterface

Provides an interface.

Hierarchy

Expanded class hierarchy of GoogleAnalitycsInterface

All classes that implement GoogleAnalitycsInterface

1 file declares its use of GoogleAnalitycsInterface
GoogleAnalyticsAdminSettingsForm.php in src/Form/GoogleAnalyticsAdminSettingsForm.php

File

src/GoogleAnalitycsInterface.php, line 8

Namespace

Drupal\google_analytics
View source
interface GoogleAnalitycsInterface {

  /**
   * Define the default file extension list that should be tracked as download.
   */
  const GOOGLE_ANALYTICS_TRACKFILES_EXTENSIONS = '7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip';

}

Members

Namesort descending Modifiers Type Description Overrides
GoogleAnalitycsInterface::GOOGLE_ANALYTICS_TRACKFILES_EXTENSIONS constant Define the default file extension list that should be tracked as download.