You are here

function rb_views_views_api in Rules Bonus Pack 7

@file Globally available functions for Rules' Views integration.

File

./rb_views.module, line 7
Globally available functions for Rules' Views integration.

Code

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