You are here

function opigno_simple_ui_views_api in Opigno 7

Implements hook_views_api().

File

modules/simple_ui/opigno_simple_ui.module, line 91

Code

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