You are here

constant NODE_GALLERY_BATCH_CHUNK_SIZE in Node Gallery 7

Same name and namespace in other branches
  1. 6.3 node_gallery.module \NODE_GALLERY_BATCH_CHUNK_SIZE
3 uses of NODE_GALLERY_BATCH_CHUNK_SIZE
node_gallery_api_batch_node_delete in ./node_gallery_api.inc
Deletes batches of images for batch API.
node_gallery_api_batch_node_save in ./node_gallery_api.inc
Batch API save callback.
_node_gallery_api_set_publish in ./node_gallery_api.inc
Publishes the child image nodes when publishing a gallery.

File

./node_gallery_api.module, line 19
Node Gallery module.

Code

define("NODE_GALLERY_BATCH_CHUNK_SIZE", 5);