You are here

function ctools_cache_plugin_type in Chaos Tool Suite (ctools) 7

@file Contains plugin type registration information for the cache tool.

File

includes/cache.plugin-type.inc, line 8
Contains plugin type registration information for the cache tool.

Code

function ctools_cache_plugin_type(&$items) {

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