Projet

Général

Profil

Paste
Télécharger (236 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / ctools / includes / cache.plugin-type.inc @ 1e39edcb

1
<?php
2

    
3
/**
4
 * @file
5
 * Contains plugin type registration information for the cache tool.
6
 */
7

    
8
function ctools_cache_plugin_type(&$items) {
9
  // There are no options to declare on this plugin at this time.
10
  $items['cache'] = array();
11
}