You are here

function matrix_views_api in Matrix field 8.2

Same name and namespace in other branches
  1. 6.2 matrix.module \matrix_views_api()
  2. 7.2 matrix.module \matrix_views_api()

Implementation of hook_views_api()

File

./matrix.module, line 48
Contains matrix.module.

Code

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