You are here

function views_attach_views_api in Views attach 7.2

Same name and namespace in other branches
  1. 6.2 views_attach.module \views_attach_views_api()
  2. 6 views_attach.module \views_attach_views_api()

Implementation of hook_views_api().

File

./views_attach.module, line 6

Code

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