You are here

constant PREV_NEXT_NODE_TYPE in Previous/Next API 7.2

Same name and namespace in other branches
  1. 6 prev_next.module \PREV_NEXT_NODE_TYPE
  2. 7 prev_next.module \PREV_NEXT_NODE_TYPE
5 uses of PREV_NEXT_NODE_TYPE
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.
_prev_next_category_sql in ./prev_next.module
Helper function to return a SQL clause for categories to be indexed
_prev_next_node_types in ./prev_next.module
Helper function to return an array of node types to index.
_prev_next_node_types_sql in ./prev_next.module
Helper function to return a SQL clause for types to be indexed

File

./prev_next.module, line 12
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_NODE_TYPE', 'prev_next_node_type_');