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/includes/cache.inc
51 51
 * @param string $mechanism
52 52
 *   A string containing the plugin name, and an optional data element to
53 53
 *   send to the plugin separated by two colons.
54
 *
55 54
 * @param string $key
56 55
 *   The key used to identify the cache.
57 56
 *
......
69 68
 * @param string $mechanism
70 69
 *   A string containing the plugin name, and an optional data element to
71 70
 *   send to the plugin separated by two colons.
72
 *
73 71
 * @param string $key
74 72
 *   The key used to identify the cache.
75 73
 *
......
87 85
 * @param string $mechanism
88 86
 *   A string containing the plugin name, and an optional data element to
89 87
 *   send to the plugin separated by two colons.
90
 *
91 88
 * @param string $key
92 89
 *   The key used to identify the cache.
93 90
 */
......
107 104
 * @param string $mechanism
108 105
 *   A string containing the plugin name, and an optional data element to
109 106
 *   send to the plugin separated by two colons.
110
 *
111 107
 * @param string $key
112 108
 *   The key used to identify the cache.
113
 *
114 109
 * @param string $op
115 110
 *   The operation to call, such as 'break' or 'finalize'.
116
 *
117 111
 * @param mixed $object
118 112
 *   The cache data being operated on, in case it is necessary. This is
119 113
 *   optional so no references should be used.

Formats disponibles : Unified diff