You are here

function lingotek_views_api in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 7.7 lingotek.module \lingotek_views_api()
  2. 7.5 lingotek.module \lingotek_views_api()
  3. 7.6 lingotek.module \lingotek_views_api()

Implementation of hook_views_api

File

./lingotek.module, line 2054

Code

function lingotek_views_api() {
  return array(
    'api' => 3,
  );
}