You are here

function profanity_views_api in Profanity 7

Implements hook_views_api().

File

./profanity.module, line 107
Main {profanity} file.

Code

function profanity_views_api() {
  return array(
    'api' => '3.0',
  );
}