constant NODE_LIMIT_LIMIT_NEUTRAL in Node Limit 6
Same name and namespace in other branches
- 8 old/node_limit.module \NODE_LIMIT_LIMIT_NEUTRAL
- 7 node_limit.module \NODE_LIMIT_LIMIT_NEUTRAL
5 uses of NODE_LIMIT_LIMIT_NEUTRAL
- node_limit_interval_node_limit_applies_in_context in node_limit_interval/
node_limit_interval.module - Implementation of hook_node_limit_applies_in_context().
- node_limit_og_node_limit_applies_in_context in node_limit_og/
node_limit_og.module - @file Module to restrict the number of nodes within an organic group.
- node_limit_role_node_limit_applies_in_context in node_limit_role/
node_limit_role.module - Implementation of hook_node_limit_applies_in_context().
- node_limit_type_node_limit_applies_in_context in node_limit_type/
node_limit_type.module - Implementation of hook_node_limit_applies_in_context().
- node_limit_user_node_limit_applies_in_context in node_limit_user/
node_limit_user.module - Implementation of hook_node_limit_applies_in_context().
File
- ./
node_limit.module, line 14 - Module to restrict the number of nodes a user or role may create.
Code
define("NODE_LIMIT_LIMIT_NEUTRAL", 2);