Example batch definitions
Определения пакетных операций использованных в этом модуле.
Функции
Имя | Описание |
---|---|
batch_example_batch_1 developer/examples/batch_example.module | Batch 1 : Load 100 times the node with the lowest nid |
batch_example_batch_2 developer/examples/batch_example.module | Batch 2 : load all nodes 5 by 5, 20 times (Multipart operation) |
batch_example_finished developer/examples/batch_example.module | Batch 'finished' callback used by both batch 1 and batch 2 |
batch_example_op_1 developer/examples/batch_example.module | Batch operation for batch 1 : lode a node... |
batch_example_op_2 developer/examples/batch_example.module | Batch operation for batch 2 : load all nodes, 5 by five This is a multipart operation, using the |