You are here

constant YANDEX_METRICS_POPULAR_CONTENT_BLOCK_LIMIT in Yandex.Metrics 6.2

Same name and namespace in other branches
  1. 6 yandex_metrics.module \YANDEX_METRICS_POPULAR_CONTENT_BLOCK_LIMIT
  2. 7 yandex_metrics.module \YANDEX_METRICS_POPULAR_CONTENT_BLOCK_LIMIT

Max count of links in Popular Content block.

2 uses of YANDEX_METRICS_POPULAR_CONTENT_BLOCK_LIMIT
yandex_metrics_reports_block in yandex_metrics_reports/yandex_metrics_reports.module
Implementation of hook_block().
yandex_metrics_reports_save_popular_content in yandex_metrics_reports/yandex_metrics_reports.module
Fetch Popuplar content from Yandex.metrika and save it to the database.

File

yandex_metrics_reports/yandex_metrics_reports.module, line 21
The main code of Yandex.Metrics Reports module.

Code

define('YANDEX_METRICS_POPULAR_CONTENT_BLOCK_LIMIT', 15);