You are here

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,
  );
}