You are here

function opigno_video_app_views_api in Opigno Video App 7

Implements hook_views_api().

File

./opigno_video_app.module, line 156
Module hooks.

Code

function opigno_video_app_views_api() {
  return array(
    'api' => '3.0',
  );
}