You are here

constant GOOGLE_TAG_EXCLUDE_LISTED in GoogleTagManager 8

Same name and namespace in other branches
  1. 7.2 google_tag.module \GOOGLE_TAG_EXCLUDE_LISTED
  2. 7 google_tag.module \GOOGLE_TAG_EXCLUDE_LISTED

Default for matching all items except listed.

5 uses of GOOGLE_TAG_EXCLUDE_LISTED
ConditionBase::defaultConfiguration in src/ConditionBase.php
Gets default configuration for this plugin.
ConditionBase::isNegated in src/ConditionBase.php
Determines whether condition result will be negated.
Container::pathCheck in src/Entity/Container.php
Determines whether to insert the snippet based on the path settings.
Container::roleCheck in src/Entity/Container.php
Determines whether to insert the snippet based on the user role settings.
Container::statusCheck in src/Entity/Container.php
Determines whether to insert the snippet based on status code settings.

File

./google_tag.module, line 20
Provides primary Drupal hook implementations.

Code

const GOOGLE_TAG_EXCLUDE_LISTED = 'exclude listed';