You are here

function views_block_filter_block_views_api in Views Block Exposed Filter Blocks 7

Implements hook_views_api().

File

./views_block_filter_block.module, line 12
Hooks and functions for the Views Block Exposed Filter Block module.

Code

function views_block_filter_block_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'views_block_filter_block') . '/includes',
  );
}