Projet

Général

Profil

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

root / drupal7 / sites / all / modules / panelizer / plugins / cache / panelizer_context.inc @ 651307cd

1
<?php
2

    
3
$plugin = array(
4
  'title' => t('Panelizer context'),
5
  'cache get' => 'panelizer_context_cache_get',
6
  'cache set' => 'panelizer_context_cache_set',
7
  'cache clear' => 'panelizer_context_cache_clear',
8
  'cache finalize' => 'panelizer_context_cache_set',
9
);