Revision 582db59d
Added by Assos Assos almost 9 years ago
drupal7/includes/update.inc | ||
---|---|---|
908 | 908 |
} |
909 | 909 |
|
910 | 910 |
/** |
911 |
* Implements callback_batch_operation(). |
|
912 |
* |
|
911 | 913 |
* Performs one update and stores the results for display on the results page. |
912 | 914 |
* |
913 | 915 |
* If an update function completes successfully, it should return a message |
... | ... | |
1078 | 1080 |
} |
1079 | 1081 |
|
1080 | 1082 |
/** |
1083 |
* Implements callback_batch_finished(). |
|
1084 |
* |
|
1081 | 1085 |
* Finishes the update process and stores the results for eventual display. |
1082 | 1086 |
* |
1083 | 1087 |
* After the updates run, all caches are flushed. The update results are |
Also available in: Unified diff
Update Drupal core to version 7.40