You are here

merci_calendar_view.module in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.2

Same filename and directory in other branches
  1. 6.2 modules/merci_calendar_view/merci_calendar_view.module

merci_template functions

File

modules/merci_calendar_view/merci_calendar_view.module
View source
<?php

/**
 * @file
 * merci_template functions
 */

/**
 * Implementation of hook_views_api().
 */
function merci_calendar_view_views_api() {
  return array(
    'api' => 3.0,
    'path' => drupal_get_path('module', 'merci_calendar_view'),
  );
}

Functions

Namesort descending Description
merci_calendar_view_views_api Implementation of hook_views_api().