Drupal 7 - custom View with custom table, no data showing up Drupal 7 - custom View with custom table, no data showing up php php

Drupal 7 - custom View with custom table, no data showing up


Clear cache, disable module 'my_module', save, then enable it back, save

In my development, I have to add this hook to make it works

function my_module_views_api() {    return array('api'=>2.0);}