function views_flipped_table_views_api in Views Flipped Table 6
Same name and namespace in other branches
- 7 views_flipped_table.module \views_flipped_table_views_api()
Implementation of hook_views_api().
File
- ./
views_flipped_table.module, line 10 - views_flipped_table.module Flipped table style plugin, flipping rows and columns.
Code
function views_flipped_table_views_api() {
return array(
'api' => 2.0,
);
}