cache.plugin-type.inc 236 B

1234567891011
  1. <?php
  2. /**
  3. * @file
  4. * Contains plugin type registration information for the cache tool.
  5. */
  6. function ctools_cache_plugin_type(&$items) {
  7. // There are no options to declare on this plugin at this time.
  8. $items['cache'] = array();
  9. }