function document_views_api in Document 8.x
Same name and namespace in other branches
- 6 document.module \document_views_api()
- 7 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,
);
}