function nodeblock_views_api in Nodeblock 7
Implements hook_views_api().
File
- ./
nodeblock.module, line 980 - Enables use of specified node types as custom blocks.
Code
function nodeblock_views_api() {
return array(
'api' => 2.0,
);
}
Implements hook_views_api().
function nodeblock_views_api() {
return array(
'api' => 2.0,
);
}