Projet

Général

Profil

Révision a1cafe7e

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/field_collection/field_collection.api.php
2 2

  
3 3
/**
4 4
 * @file
5
 * Contains API documentation and examples for the Field collection module.
5
 * Contains API documentation and examples for the Field Collection.
6 6
 */
7 7

  
8 8
/**
......
66 66
/**
67 67
 * Acts on a field collection item being inserted or updated.
68 68
 *
69
 * This hook is invoked before the field collection item is saved to the database.
69
 * This hook is invoked before the field collection item is saved to the
70
 * database.
70 71
 *
71 72
 * @param FieldCollectionItemEntity $field_collection_item
72 73
 *   The field collection item that is being inserted or updated.
......
140 141
/**
141 142
 * Alter the results of entity_view() for field collection items.
142 143
 *
143
  * This hook is called after the content has been assembled in a structured
144
 * This hook is called after the content has been assembled in a structured
144 145
 * array and may be used for doing processing which requires that the complete
145 146
 * field collection item content structure has been built.
146 147
 *

Formats disponibles : Unified diff