You are here

function record_shorten_views_api in Shorten URLs 8

Same name and namespace in other branches
  1. 8.2 modules/record_shorten/record_shorten.module \record_shorten_views_api()
  2. 6 record_shorten.module \record_shorten_views_api()
  3. 7.2 record_shorten.module \record_shorten_views_api()
  4. 7 record_shorten.module \record_shorten_views_api()

Implements hook_views_api().

File

modules/record_shorten/record_shorten.module, line 76
Records shortened URLs.

Code

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