You are here

function flexiform_views_api in Flexiform 7

Implements hook_views_api().

File

./flexiform.module, line 177
Module for the Flexiform system.

Code

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