You are here

function record_shorten_views_api in Shorten URLs 8.2

Same name and namespace in other branches
  1. 8 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 82

Code

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