Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/statistics/statistics.views.inc @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
3:307d7a7fd348 | 4:a9cd425dd02b |
---|---|
7 | 7 |
8 /** | 8 /** |
9 * Implements hook_views_data(). | 9 * Implements hook_views_data(). |
10 */ | 10 */ |
11 function statistics_views_data() { | 11 function statistics_views_data() { |
12 $data['node_counter']['table']['group'] = t('Content statistics'); | 12 $data['node_counter']['table']['group'] = t('Content statistics'); |
13 | 13 |
14 $data['node_counter']['table']['join'] = [ | 14 $data['node_counter']['table']['join'] = [ |
15 'node_field_data' => [ | 15 'node_field_data' => [ |
16 'left_field' => 'nid', | 16 'left_field' => 'nid', |
17 'field' => 'nid', | 17 'field' => 'nid', |