You are here

Functions in Edit Limit 7

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_menu ./edit_limit.module Implements hook_menu().
edit_limit_menu_alter ./edit_limit.module Implements hook_menu_alter().
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_node_prepare ./edit_limit.module Implements hook_node_prepare().
edit_limit_node_update ./edit_limit.module Implements hook_node_update().
edit_limit_node_view_alter ./edit_limit.module
edit_limit_permission ./edit_limit.module Implements hook_permissions().
edit_limit_schema ./edit_limit.install Implements hook_schema().
edit_limit_settings ./edit_limit.admin.inc A form function to handle admin-level settings for the Edit Limit module. 1
edit_limit_uninstall ./edit_limit.install Implements hook_uninstall().
_edit_limit_user_acccess ./edit_limit.module Helper function to perform additional access checks after node_access() has been checked. 1
_unit_to_seconds ./edit_limit.module Helper function to convert a time unit to seconds 3

Other projects