Projet

Général

Profil

Révision c304a780

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/plugins/cache/export_ui.inc
6 6
 */
7 7

  
8 8
$plugin = array(
9
  // cache plugins are the rare plugin types that have no real UI but
9
  // Cache plugins are the rare plugin types that have no real UI but
10 10
  // we're providing a title just in case.
11 11
  'title' => t('Export UI wizard cache'),
12 12
  'cache get' => 'ctools_cache_export_ui_cache_get',
......
14 14
  // Some operations use a 'finalize' but that really just means set
15 15
  // for us, since we're not using temporary storage for subsystems.
16 16
  'cache finalize' => 'ctools_cache_export_ui_cache_set',
17
  // @todo The API specifications say that a 'cache clear' callback is required,
18
  // but there is none provided?
19
  // @see cache.inc
20
  // 'cache clear' => ???
21 17
);
22 18

  
23 19
function ctools_cache_export_ui_cache_get($plugin_name, $key) {

Formats disponibles : Unified diff