You are here

birthdays_defaults.module in Birthdays 7

Defaults for the birthday module.

File

defaults/birthdays_defaults.module
View source
<?php

/**
 * @file
 * Defaults for the birthday module.
 */

/**
 * Implements hook_views_api().
 */
function birthdays_defaults_views_api() {
  return array(
    'api' => 3,
  );
}

Functions