You are here

function record_shorten_views_api in Shorten URLs 6

Same name and namespace in other branches
  1. 8.2 modules/record_shorten/record_shorten.module \record_shorten_views_api()
  2. 8 modules/record_shorten/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()

Implementation of hook_views_api().

File

./record_shorten.module, line 109
Records shortened URLs.

Code

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