You are here

Functions in Edit Limit 6

Primary tabs

Namesort descending Location Description Direct uses Strings
edit_limit_comment_access ./edit_limit.module Access check function to see if the user can still edit the comment or not. It must, at minimum, perform the comment module's access checks first. 1
edit_limit_install ./edit_limit.install Implementation of hook_install().
edit_limit_link_alter ./edit_limit.module Implementation of hook_link_alter(). This removes comment edit links if the comment is no longer editable.
edit_limit_menu ./edit_limit.module Implementation of hook_menu().
edit_limit_menu_alter ./edit_limit.module Implement hook_menu_alter().
edit_limit_nodeapi ./edit_limit.module Implementation of hook_nodeapi().
edit_limit_node_access ./edit_limit.module Helper function to determine if the user has permissions to use whatever grants node_access() grants to this user, as determined by the additional site membership checks. 1
edit_limit_node_count ./edit_limit.module Helper function to get the number of times a particular node has been edited. 2 1
edit_limit_perm ./edit_limit.module
edit_limit_schema ./edit_limit.install Implementation of hook_schema().
edit_limit_settings ./edit_limit.admin.inc @file edit_limit.admin.inc include file containing admin-related functions, likethe system settings form. 1
edit_limit_uninstall ./edit_limit.install Implementation of hook_uninstall().
_edit_limit_user_acccess ./edit_limit.module Helper function to perform additional access checks after node_access() has been checked. 1

Other projects