Projet

Général

Profil

Révision 6ff32cea

Ajouté par Florent Torregrosa il y a environ 9 ans

Update core to 7.36

Voir les différences:

drupal7/includes/entity.inc
28 28
   * @param $ids
29 29
   *   An array of entity IDs, or FALSE to load all entities.
30 30
   * @param $conditions
31
   *   An array of conditions in the form 'field' => $value.
31
   *   An array of conditions. Keys are field names on the entity's base table.
32
   *   Values will be compared for equality. All the comparisons will be ANDed
33
   *   together. This parameter is deprecated; use an EntityFieldQuery instead.
32 34
   *
33 35
   * @return
34 36
   *   An array of entity objects indexed by their ids. When no results are
......
236 238
   * @param $ids
237 239
   *   An array of entity IDs, or FALSE to load all entities.
238 240
   * @param $conditions
239
   *   An array of conditions in the form 'field' => $value.
241
   *   An array of conditions. Keys are field names on the entity's base table.
242
   *   Values will be compared for equality. All the comparisons will be ANDed
243
   *   together. This parameter is deprecated; use an EntityFieldQuery instead.
240 244
   * @param $revision_id
241 245
   *   The ID of the revision to load, or FALSE if this query is asking for the
242 246
   *   most current revision(s).

Formats disponibles : Unified diff