You are here

function editablefields_views_api in Editable Fields 6.3

Implementation of hook_views_api().

File

./editablefields.module, line 726
Editable fields module.

Code

function editablefields_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'editablefields') . '/includes/views',
  );
}