Loading counter.views.inc +8 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,14 @@ function counter_views_data() { $data['counter']['uid'] = [ 'title' => t('UID'), 'help' => t('The UID who visit Counter URL.'), 'relationship' => [ 'title' => t('Counter user'), 'help' => t('Relate content to the user for which the data was counted.'), 'base' => 'users_field_data', 'base field' => 'uid', 'id' => 'standard', 'label' => t('Counter User'), ], 'field' => [ 'id' => 'numeric', ], Loading Loading
counter.views.inc +8 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,14 @@ function counter_views_data() { $data['counter']['uid'] = [ 'title' => t('UID'), 'help' => t('The UID who visit Counter URL.'), 'relationship' => [ 'title' => t('Counter user'), 'help' => t('Relate content to the user for which the data was counted.'), 'base' => 'users_field_data', 'base field' => 'uid', 'id' => 'standard', 'label' => t('Counter User'), ], 'field' => [ 'id' => 'numeric', ], Loading