You are here

constant YANDEX_METRICS_POPULAR_CONTENT_BLOCK_LIMIT in Yandex.Metrics 6

Same name and namespace in other branches
  1. 6.2 yandex_metrics_reports/yandex_metrics_reports.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_block in ./yandex_metrics.module
Implementation of hook_block().
yandex_metrics_save_popular_content in ./yandex_metrics.module
Fetch Popuplar content from Yandex.metrika and save it to the database.

File

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

Code

define('YANDEX_METRICS_POPULAR_CONTENT_BLOCK_LIMIT', 15);