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/page_manager/plugins/cache/page_manager_context.inc
7 7
 */
8 8

  
9 9
$plugin = array(
10
  // cache plugins are the rare plugin types that have no real UI but
10
  // Cache plugins are the rare plugin types that have no real UI but
11 11
  // we're providing a title just in case.
12 12
  'title' => t('Page manager context'),
13 13
  'cache get' => 'page_manager_cache_page_manager_context_cache_get',
......
46 46
}
47 47

  
48 48
/**
49
 * Copy temporary data from the page manager cache
49
 * Copy temporary data from the page manager cache.
50 50
 */
51 51
function page_manager_cache_page_manager_context_cache_finalize($data, $key, $object) {
52 52
  // Statically cached so there shouldn't be any worries. It's an object so

Formats disponibles : Unified diff