comparison core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 1fec387a4317
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
93 */ 93 */
94 public function defaultConfiguration() { 94 public function defaultConfiguration() {
95 return [ 95 return [
96 'top_day_num' => 0, 96 'top_day_num' => 0,
97 'top_all_num' => 0, 97 'top_all_num' => 0,
98 'top_last_num' => 0 98 'top_last_num' => 0,
99 ]; 99 ];
100 } 100 }
101 101
102 /** 102 /**
103 * {@inheritdoc} 103 * {@inheritdoc}