interface MatomoInterface in Matomo Analytics 8
Provides an interface.
Hierarchy
- interface \Drupal\matomo\MatomoInterface
Expanded class hierarchy of MatomoInterface
All classes that implement MatomoInterface
2 files declare their use of MatomoInterface
- matomo.module in ./
matomo.module - Drupal Module: Matomo.
- MatomoAdminSettingsForm.php in src/
Form/ MatomoAdminSettingsForm.php
File
- src/
MatomoInterface.php, line 8
Namespace
Drupal\matomoView source
interface MatomoInterface {
/**
* Define the default file extension list that should be tracked as download.
*/
const MATOMO_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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
MatomoInterface:: |
constant | Define the default file extension list that should be tracked as download. |