Revision 582db59d
Added by Assos Assos almost 9 years ago
drupal7/modules/update/update.authorize.inc | ||
---|---|---|
97 | 97 |
} |
98 | 98 |
|
99 | 99 |
/** |
100 |
* Batch callback: Copies project to its proper place when authorized to do so. |
|
100 |
* Implements callback_batch_operation(). |
|
101 |
* |
|
102 |
* Copies project to its proper place when authorized to do so. |
|
101 | 103 |
* |
102 | 104 |
* @param string $project |
103 | 105 |
* The canonical short name of the project being installed. |
... | ... | |
168 | 170 |
} |
169 | 171 |
|
170 | 172 |
/** |
171 |
* Batch callback: Performs actions when the authorized update batch is done. |
|
173 |
* Implements callback_batch_finished(). |
|
174 |
* |
|
175 |
* Performs actions when the authorized update batch is done. |
|
172 | 176 |
* |
173 | 177 |
* This processes the results and stashes them into SESSION such that |
174 | 178 |
* authorize.php will render a report. Also responsible for putting the site |
... | ... | |
235 | 239 |
} |
236 | 240 |
|
237 | 241 |
/** |
238 |
* Batch callback: Performs actions when the authorized install batch is done. |
|
242 |
* Implements callback_batch_finished(). |
|
243 |
* |
|
244 |
* Performs actions when the authorized install batch is done. |
|
239 | 245 |
* |
240 | 246 |
* This processes the results and stashes them into SESSION such that |
241 | 247 |
* authorize.php will render a report. Also responsible for putting the site |
Also available in: Unified diff
Update Drupal core to version 7.40