You are here

function panels_views_api in Panels 7.3

Same name and namespace in other branches
  1. 6.3 panels.module \panels_views_api()

Implements hook_views_api().

File

./panels.module, line 489
Core functionality for the Panels engine.

Code

function panels_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'panels') . '/plugins/views',
  );
}