/**
* Implements hook_views_data().
*/
function app_core_views_data() {
$data = [];
$data['views']['recommended_products'] = [
'title' => t('Recommended products - Custom Filter' ),
'filter' => [
'title' => t('Recommended products - Custom Filter' ),
'field' => 'id',
'id' => 'recommended_products'
]
];
return $data;
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter