constant PAGINATION_DEFAULT in Pagination (Node) 6
Same name and namespace in other branches
- 7 pagination.module \PAGINATION_DEFAULT
@file pagination.module @desc 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.
2 uses of PAGINATION_DEFAULT
- pagination_form_alter in ./
pagination.module - @desc Implementation of hook_form_alter()
- pagination_nodeapi in ./
pagination.module - @desc Implementation of hook_nodeapi()
File
- ./
pagination.module, line 11 - pagination.module @desc 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…
Code
define('PAGINATION_DEFAULT', 0);