statistics.settings.yml

drupal/core/modules/statistics/config/statistics.settings.yml
5 string references to 'statistics.settings'
StatisticsAdminTest::testStatisticsSettings in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
Verifies that the statistics settings page works.
statistics_block_configure in drupal/core/modules/statistics/statistics.module
Implements hook_block_configure().
statistics_block_view in drupal/core/modules/statistics/statistics.module
Implements hook_block_view().
statistics_settings_form in drupal/core/modules/statistics/statistics.admin.inc
Form constructor for the statistics administration form.
statistics_update_8000 in drupal/core/modules/statistics/statistics.install
Moves statistics settings from variables to config.

File

drupal/core/modules/statistics/config/statistics.settings.yml
View source
  1. access_log:
  2. enabled: '0'
  3. max_lifetime: '259200'
  4. count_content_views: '0'
  5. block:
  6. popular:
  7. top_day_limit: '0'
  8. top_all_limit: '0'
  9. top_recent_limit: '0'