You are here

function views_jqfx_views_api in Views jQFX 7

Implements hook_views_api().

File

./views_jqfx.module, line 22
Provides jQFX style options for Views.

Code

function views_jqfx_views_api() {
  return array(
    'api' => '3.0-alpha1',
  );
}