You are here

constant GOOGLE_TAG_PATHS in GoogleTagManager 7

Same name and namespace in other branches
  1. 7.2 google_tag.module \GOOGLE_TAG_PATHS

Default list of relative paths.

2 uses of GOOGLE_TAG_PATHS
_google_tag_path_check in ./google_tag.module
Determines whether to insert the snippet based on the path settings.
_google_tag_variable_info_path in includes/variable.inc
Implements hook_variable_info().

File

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

Code

define('GOOGLE_TAG_PATHS', "admin*\nbatch*\nnode/add*\nnode/*/edit\nnode/*/delete\nuser/*/edit*\nuser/*/cancel*");