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 Module to restrict the number of nodes a user or role may create.
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.module, line 8 - Module to restrict the number of nodes a user or role may create.
Code
define("NODE_LIMIT_NO_LIMIT", -1);