You are here

constant PREV_NEXT_BATCH_SIZE_DEFAULT in Previous/Next API 7.2

Same name and namespace in other branches
  1. 6 prev_next.module \PREV_NEXT_BATCH_SIZE_DEFAULT
  2. 7 prev_next.module \PREV_NEXT_BATCH_SIZE_DEFAULT

@file The previous next module indexes the previous and next nodes based upon user-selectable criteria and stores this index in the database for faster retrieval later.

2 uses of PREV_NEXT_BATCH_SIZE_DEFAULT
prev_next_admin in ./prev_next.admin.inc
Menu callback argument. Creates the prev_next administration form.
prev_next_cron in ./prev_next.module
Implements hook_cron().

File

./prev_next.module, line 10
The previous next module indexes the previous and next nodes based upon user-selectable criteria and stores this index in the database for faster retrieval later.

Code

define('PREV_NEXT_BATCH_SIZE_DEFAULT', 200);