You are here

function regcode_views_api in Registration codes 7.2

Same name and namespace in other branches
  1. 6.2 regcode.module \regcode_views_api()
  2. 7 regcode.module \regcode_views_api()

Implements hook_views_api().

File

./regcode.module, line 255
Main functionality and hooks of regcode module.

Code

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