function regcode_views_api in Registration codes 7
Same name and namespace in other branches
- 6.2 regcode.module \regcode_views_api()
- 7.2 regcode.module \regcode_views_api()
Implements hook_views_api().
File
- ./regcode.module, line 239 
- Main functionality and hooks of regcode module.
Code
function regcode_views_api() {
  return array(
    'api' => 3,
  );
}