You are here

function vefl_views_api in Views exposed form layout 7

Implements hook_views_api().

File

./vefl.module, line 166
Provides functionality to output Views exposed filters in layout.

Code

function vefl_views_api() {
  $path = drupal_get_path('module', 'vefl');
  return array(
    'api' => 3.0,
    'path' => $path . '/views',
  );
}