You are here

function opigno_views_api in Opigno 7

Implements hook_views_api().

File

./opigno.module, line 368
Contains all hook_implementations and module specific API.

Code

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