You are here

function mefibs_views_api in MEFIBS - More exposed forms in blocks 7

Implements hook_views_api().

File

./mefibs.module, line 1254
Primarily Drupal hooks and global API functions to manipulate views and to provide an additional block with an exposed filter form.

Code

function mefibs_views_api() {
  return array(
    'api' => 3,
  );
}