constant NODE_LIMIT_NO_LIMIT in Node Limit 6
Same name in this branch
- 6 node_limit.install \NODE_LIMIT_NO_LIMIT
- 6 node_limit.module \NODE_LIMIT_NO_LIMIT
@file Installation functions for module node_limit.
4 uses of NODE_LIMIT_NO_LIMIT
- node_limit_limit_form in ./
node_limit.module - The node_limit settings form.
- node_limit_limit_form_validate in ./
node_limit.module - Validation hook for node_limit_limit_form.
- node_limit_schema in ./
node_limit.install - Implementation of hook_schema().
- _node_limit_violates_limit in ./
node_limit.module - Helper function to check limit violations for this node. Always returns FALSE for user 1.
File
- ./
node_limit.install, line 8 - Installation functions for module node_limit.
Code
define("NODE_LIMIT_NO_LIMIT", -1);