You are here

function views_custom_conditions_views_api in Views Custom Conditions 7

Implements hook_views_api().

File

./views_custom_conditions.module, line 12
Provides an display extender plugin example.

Code

function views_custom_conditions_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'views_custom_conditions'),
  );
}