cache.plugin-type.inc
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
Title | Deprecated | Summary |
---|---|---|
ctools_cache_plugin_type | @file Contains plugin type registration information for the cache tool. |