You are here

function fieldable_panels_panes_views_api in Fieldable Panels Panes (FPP) 7

Implements hook_views_api().

File

./fieldable_panels_panes.module, line 827
Maintains an entity that appears as panel pane content.

Code

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