constant NODE_GALLERY_BATCH_CHUNK_SIZE in Node Gallery 6.3
Same name and namespace in other branches
- 7 node_gallery_api.module \NODE_GALLERY_BATCH_CHUNK_SIZE
4 uses of NODE_GALLERY_BATCH_CHUNK_SIZE
- node_gallery_batch_node_save in ./
node_gallery.module - node_gallery_image_delete_process in ./
node_gallery.module - Deletes batches of images for batch API. _node_gallery_delete
- _node_gallery_set_publish in ./
node_gallery.module - Publishes the child image nodes when publishing a gallery.
- _node_gallery_update_group_settings in ./
node_gallery.module - Updates the organic group settings of all gallery images when the settings in the gallery changed.
File
- ./
node_gallery.module, line 20 - Node gallery module file.
Code
define("NODE_GALLERY_BATCH_CHUNK_SIZE", 5);