class Exception in Googalytics - Google Analytics 8
Class Exception.
Hierarchy
- class \Drupal\ga\AnalyticsCommand\Generic implements DrupalSettingCommandsInterface uses DrupalSettingCommandsTrait
Expanded class hierarchy of Exception
File
- src/
AnalyticsCommand/ Exception.php, line 8
Namespace
Drupal\ga\AnalyticsCommandView source
class Exception extends Send {
/**
* Exception constructor.
*
* @param array $fields_object
* A map of values for the command's fieldsObject parameter.
* @param string $tracker_name
* The tracker name (optional).
* @param int $priority
* The command priority.
*/
public function __construct(array $fields_object = [], $tracker_name = NULL, $priority = self::DEFAULT_PRIORITY) {
parent::__construct('exception', $fields_object, $tracker_name, $priority);
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DrupalSettingCommandsTrait:: |
protected | property | Priority integer. | |
DrupalSettingCommandsTrait:: |
public | function | An integer value for sorting by priority. | |
Exception:: |
public | function |
Exception constructor. Overrides Send:: |
|
Generic:: |
protected | property | The command name. | |
Generic:: |
protected | property | A map of values for the command's fieldsObject parameter. | |
Generic:: |
protected | property | The name of the tracker for this command. | |
Generic:: |
public | function | Get the command name. | |
Generic:: |
public | function | Get the map of values for the command's fieldsObject parameter. | |
Generic:: |
public | function | The tracker this command will be applied to, if specified. | |
Send:: |
protected | property | The event hitType parameter. | |
Send:: |
private static | property | ||
Send:: |
constant |
Overrides Generic:: |
1 | |
Send:: |
public | function |
An array of commands to be sent to Google Analytics. Overrides Generic:: |
2 |