You are here

cache.plugin-type.inc in Chaos Tool Suite (ctools) 7

Contains plugin type registration information for the cache tool.

File

includes/cache.plugin-type.inc
View source
<?php

/**
 * @file
 * Contains plugin type registration information for the cache tool.
 */
function ctools_cache_plugin_type(&$items) {

  // There are no options to declare on this plugin at this time.
  $items['cache'] = array();
}

Functions

Namesort descending Description
ctools_cache_plugin_type @file Contains plugin type registration information for the cache tool.