Projet

Général

Profil

Révision 74f6bef0

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/entity/entity.api.php
155 155
 *   edit form for your entity type. See entity_form().
156 156
 *   In case the 'admin ui' is used, no callback needs to be specified.
157 157
 * - entity cache: (optional) Whether entities should be cached using the cache
158
 *   system. Requires the entitycache module to be installed and enabled. As
159
 *   cached entities are only retrieved by id key, the cache would not apply to
160
 *   exportable entities retrieved by name key. If enabled, 'field cache' is
161
 *   obsolete and should be disabled. Defaults to FALSE.
158
 *   system. Requires the entitycache module to be installed and enabled and the
159
 *   module key to be specified. As cached entities are only retrieved by id key,
160
 *   the cache would not apply to exportable entities retrieved by name key.
161
 *   If enabled and the entitycache module is active, 'field cache' is obsolete
162
 *   and is automatically disabled. Defaults to FALSE.
162 163
 *
163 164
 * @see hook_entity_info()
164 165
 * @see entity_metadata_hook_entity_info()

Formats disponibles : Unified diff