| 7 batch_example.module | _batch_example_update_http_requests() |
| 8 batch_example.module | _batch_example_update_http_requests() |
Utility function to count the HTTP requests in a session variable.
2 calls to _batch_example_update_http_requests()
File
- batch_example/
batch_example.module, line 256 - Outlines how a module can use the Batch API.
Code
function _batch_example_update_http_requests() {
$_SESSION['http_request_count']++;
}
Login or register to post comments