Projet

Général

Profil

Révision e7101f36

Ajouté par Julien Enselme il y a environ 9 ans

Update uuid 1.0-alpha5 1.0-alpha6

Voir les différences:

drupal7/sites/all/modules/uuid/uuid.api.php
121 121
/**
122 122
 * Let other modules do things before default entities are created on revert.
123 123
 */
124
function hook_uuid_entities_pre_rebuild($plan_name) {
124
function hook_uuid_entities_pre_revert($plan_name) {
125 125

  
126 126
}
127 127

  
128 128
/**
129 129
 * Let other modules do things after default entities are created on revert.
130 130
 */
131
function hook_uuid_entities_post_rebuild($plan_name) {
131
function hook_uuid_entities_post_revert($plan_name) {
132 132

  
133 133
}
134 134

  
......
152 152
function hook_uuid_uri_data($data) {
153 153
}
154 154

  
155
/**
156
 * Alter UUID URI data after processing.
157
 */
158
function hook_uuid_uri_data($data) {
159
}
160

  
161 155
/**
162 156
 * Alter entity URI before creating UUID URI.
163 157
 */

Formats disponibles : Unified diff