Projet

Général

Profil

Révision 219d19c4

Ajouté par Assos Assos il y a plus de 3 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/includes/object-cache.inc
21 21
 * @param $name
22 22
 *   The name of the object being stored.
23 23
 * @param $skip_cache
24
 *   Deprecated in favor of drupal_static*
24 25
 *   Skip the memory cache, meaning this must be read from the db again.
25 26
 * @param $sid
26 27
 *   The session id, allowing someone to use Session API or their own solution;
27 28
 *   defaults to session_id().
28 29
 *
29
 * @deprecated $skip_cache is deprecated in favor of drupal_static*
30
 *
31 30
 * @return
32 31
 *   The data that was cached.
33 32
 */

Formats disponibles : Unified diff