You are here

function linkchecker_views_data_alter in Link checker 8

Implements hook_views_data().

File

./linkchecker.views.inc, line 11
Contains Views integration for the linkchecker module.

Code

function linkchecker_views_data_alter(array &$data) {
  $data['linkchecker_link']['linkcheckerlink_page_entity_label'] = [
    'field' => [
      'title' => t('Page entity label'),
      'help' => t('The label of the entity that is related to the file.'),
      'id' => 'linkcheckerlink_page_entity_label',
    ],
  ];
}