You are here

function entity_print_views_views_data in Entity Print 8.2

Implements hook_views_data().

File

modules/entity_print_views/entity_print_views.views.inc, line 11
Views specific hooks.

Code

function entity_print_views_views_data() {
  $data['views']['area_entity_print_views'] = [
    'title' => t('Print'),
    'help' => t('Print the View'),
    'area' => [
      'id' => 'entity_print_views_link',
    ],
  ];
  return $data;
}