Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
0 / 0 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
2 / 2 |
|
| ctools_cache_plugin_type | |
100.00% |
1 / 1 |
0 | |
100.00% |
2 / 2 |
|||
| <?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(); | |
| } |