You are here

render_cache_ds.module in Render cache 7

Hook implementations and frequently used functions for render cache ds module.

File

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

/**
 * @file
 * Hook implementations and frequently used functions for render cache ds module.
 */

/**
 * Implements hook_views_api().
 */
function render_cache_ds_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'render_cache_ds') . '/views',
  );
}

Functions

Namesort descending Description
render_cache_ds_views_api Implements hook_views_api().