You are here

function opigno_poll_app_views_api in Opigno Poll App 7

Implements hook_views_api().

File

./opigno_poll_app.module, line 25
Module hooks.

Code

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