You are here

constant EDIT_LIMIT_NODE_COUNT_DEFAULT in Edit Limit 7

Same name and namespace in other branches
  1. 6 edit_limit.module \EDIT_LIMIT_NODE_COUNT_DEFAULT

@file edit_limit.module Primary module file for Edit Limit. This contains all the hooks needed to run the module.

3 uses of EDIT_LIMIT_NODE_COUNT_DEFAULT
edit_limit_node_prepare in ./edit_limit.module
Implements hook_node_prepare().
edit_limit_settings in ./edit_limit.admin.inc
A form function to handle admin-level settings for the Edit Limit module.
_edit_limit_user_acccess in ./edit_limit.module
Helper function to perform additional access checks after node_access() has been checked.

File

./edit_limit.module, line 8
edit_limit.module Primary module file for Edit Limit. This contains all the hooks needed to run the module.

Code

define('EDIT_LIMIT_NODE_COUNT_DEFAULT', 3);