htools-8.x-1.x-dev/modules/htools_entity_views_filter/htools_entity_views_filter.views.inc
modules/htools_entity_views_filter/htools_entity_views_filter.views.inc
<?php
/**
* Implements hook_views_data_alter().
*/
function htools_entity_views_filter_views_data_alter(array &$data)
{
$data['views']['bundle_summary'] = [
'title' => t('Bundle Summary'),
'help' => t('Bundle Summary.'),
'area' => [
'id' => 'entity_views_filter',
],
];
return $data;
}
