Revision 582db59d
Added by Assos Assos almost 9 years ago
drupal7/modules/update/update.fetch.inc | ||
---|---|---|
29 | 29 |
} |
30 | 30 |
|
31 | 31 |
/** |
32 |
* Batch callback: Processes a step in batch for fetching available update data. |
|
32 |
* Implements callback_batch_operation(). |
|
33 |
* |
|
34 |
* Processes a step in batch for fetching available update data. |
|
33 | 35 |
* |
34 | 36 |
* @param $context |
35 | 37 |
* Reference to an array used for Batch API storage. |
... | ... | |
77 | 79 |
} |
78 | 80 |
|
79 | 81 |
/** |
80 |
* Batch callback: Performs actions when all fetch tasks have been completed. |
|
82 |
* Implements callback_batch_finished(). |
|
83 |
* |
|
84 |
* Performs actions when all fetch tasks have been completed. |
|
81 | 85 |
* |
82 | 86 |
* @param $success |
83 | 87 |
* TRUE if the batch operation was successful; FALSE if there were errors. |
Also available in: Unified diff
Update Drupal core to version 7.40