You are here

constant PAGINATION_DEFAULT in Pagination (Node) 7

Same name and namespace in other branches
  1. 6 pagination.module \PAGINATION_DEFAULT

Allow for arbitrary nodes to be paginated. administrators can set which nodes they wish to paginate, and the length of content required to split a node into pages. Alternatively, content creators can set manual break points if the content type is set to page manually.

5 uses of PAGINATION_DEFAULT
pagination_field_extra_fields in ./pagination.module
Implements hook_field_extra_fields().
pagination_form_alter in ./pagination.module
Implementation of hook_form_alter()
pagination_node_delete in ./pagination.module
Implementation of hook_node_delete()
pagination_node_validate in ./pagination.module
Implementation of hook_node_validate()
pagination_node_view in ./pagination.module
Implementation of hook_node_view()

File

./pagination.module, line 10

Code

define('PAGINATION_DEFAULT', 0);