constant YANDEX_METRICS_PAGES in Yandex.Metrics 7.3
Same name and namespace in other branches
- 6.2 yandex_metrics.module \YANDEX_METRICS_PAGES
- 6 yandex_metrics.module \YANDEX_METRICS_PAGES
- 7 yandex_metrics.module \YANDEX_METRICS_PAGES
- 7.2 yandex_metrics.module \YANDEX_METRICS_PAGES
Remove counter from all administrative pages.
See http://drupal.org/node/34970.
4 uses of YANDEX_METRICS_PAGES
- YandexMetricsCounterTestCase::testCounterCodePagesSettings in ./
yandex_metrics.test - Test Yandex.Metrics page specific settings.
- yandex_metrics_main_settings in ./
yandex_metrics.module - The main module settings form.
- yandex_metrics_show_counter in ./
yandex_metrics.module - Returns FALSE if we need to disable counter on page.
- yandex_metrics_variable_info in ./
yandex_metrics.variable.inc - Implements hook_variable_info().
File
- ./
yandex_metrics.module, line 12 - The main code of Yandex.Metrics Counter module.
Code
define('YANDEX_METRICS_PAGES', "admin\nadmin/*\nbatch\nnode/add*\nnode/*/*\nuser/*/*");