You are here

function matrix_views_api in Matrix field 6.2

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

Implementation of hook_views_api

File

./matrix.module, line 1236
Defines simple matrix field types.

Code

function matrix_views_api() {
  return array(
    'api' => '2.0',
    'path' => drupal_get_path('module', 'matrix'),
  );
}