You are here

function document_views_api in Document 7

Same name and namespace in other branches
  1. 6 document.module \document_views_api()
  2. 8.x document.module \document_views_api()

Views 2 Integration. Implementation of hook_views_api().

File

./document.module, line 25

Code

function document_views_api() {
  return array(
    'api' => 2.0,
  );
}