statistics.settings.yml

drupal/core/modules/statistics/config/statistics.settings.yml
3 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.
StatisticsSettingsForm::buildForm in drupal/core/modules/statistics/lib/Drupal/statistics/StatisticsSettingsForm.php
Implements \Drupal\Core\Form\FormInterface::buildForm().
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'