You are here

function party_log_views_api in Party 7

Implements hook_views_api().

File

modules/party_log/party_log.module, line 10
Provide a framework for logging things that happen to and with parties.

Code

function party_log_views_api() {
  return array(
    "api" => "3.0",
  );
}