You are here

constant PREV_NEXT_INDEXING_CRITERIA_DEFAULT in Previous/Next API 7.2

Same name and namespace in other branches
  1. 6 prev_next.module \PREV_NEXT_INDEXING_CRITERIA_DEFAULT
  2. 7 prev_next.module \PREV_NEXT_INDEXING_CRITERIA_DEFAULT
2 uses of PREV_NEXT_INDEXING_CRITERIA_DEFAULT
prev_next_admin in ./prev_next.admin.inc
Menu callback argument. Creates the prev_next administration form.
_prev_next_add in ./prev_next.module
Create or update the prev_next records.

File

./prev_next.module, line 11
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_INDEXING_CRITERIA_DEFAULT', 'nid');