You are here

Functions in Content locking (anti-concurrent editing) 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
content_lock_admin_settings ./content_lock.admin.inc Providing an administration interface for content_lock. 1
content_lock_cancel_submit ./content_lock.module Callback for a cancel request on a form 1
content_lock_content_lock_node_lockable ./content_lock.module Implement our own hook_content_lock_node_lockable().
content_lock_content_lock_skip_locking ./content_lock.module
content_lock_fetch_lock ./content_lock.module Fetch the lock for a node. 6
content_lock_form_alter ./content_lock.module Implementation of hook_form_alter().
content_lock_get_release_token ./content_lock.module Calculate the token required to unlock a node. 5
content_lock_help ./content_lock.module Implementation of hook_help().
content_lock_install ./content_lock.install Implementation of hook_install().
content_lock_lock_owner ./content_lock.module Tell who has locked node. 2
content_lock_menu ./content_lock.module Implementation of hook_menu().
content_lock_node ./content_lock.module Try to lock a document for editing. 2
content_lock_nodeapi ./content_lock.module Implementation of hook_nodeapi().
content_lock_overview ./content_lock.module Build an overview of locked documents. 1
content_lock_perm ./content_lock.module Implementation of hook_perm().
content_lock_release ./content_lock.module Release a locked node. 5
content_lock_release_item ./content_lock.module Menu callback; release a locked node for all users or a specific user. 1
content_lock_release_own_item ./content_lock.module Release the lock of a node. We are using the current users uid, so the user only can delete his own locks. We never fail, as if the lock does not exist, the node is unlocked anyway 1 1
content_lock_schema ./content_lock.install
content_lock_timeout_admin_settings_validate modules/content_lock_timeout/content_lock_timeout.module Validation handler for the altered content_lock_admin_settings form. 1
content_lock_timeout_content_lock_locked modules/content_lock_timeout/content_lock_timeout.module Implementation of hook_content_lock_locked().
content_lock_timeout_cron modules/content_lock_timeout/content_lock_timeout.module Implementation of hook_cron().
content_lock_timeout_form_content_lock_admin_settings_alter modules/content_lock_timeout/content_lock_timeout.module Implement hook_form_FORM_ID_alter() to append settings to content_lock's settings page.
content_lock_timeout_nodeapi modules/content_lock_timeout/content_lock_timeout.module Implemention of hook_form_alter().
content_lock_timeout_uninstall modules/content_lock_timeout/content_lock_timeout.install Implementation of hook_uninstall().
content_lock_uninstall ./content_lock.install Implementation of hook_uninstall().
content_lock_update_6200 ./content_lock.install Implementation of hook_update_N().
content_lock_user ./content_lock.module
content_lock_views_api ./content_lock.module
content_lock_views_data views/content_lock.views.inc Implementation of hook_views_data()
content_lock_views_handlers views/content_lock.views.inc Implementation of hook_views_handlers()
content_lock_warn_pending_locks ./content_lock.module For every lock a user current have on any nodes, print a warning messagt with an link to release this node. 1
hook_content_lock_form_id_blacklist_alter ./content_lock.api.inc Alter the blacklist of form_ids.
hook_content_lock_locked ./content_lock.api.inc Respond to a lock being successfully set.
hook_content_lock_node_lockable ./content_lock.api.inc Determine whether or not a node is lockable.
hook_content_lock_node_type_blacklist_alter ./content_lock.api.inc Alter the node type blacklist.
hook_content_lock_release ./content_lock.api.inc Respond to a node's lock being released.
hook_content_lock_skip_locking ./content_lock.api.inc Determine if locking should be disabled for a given node (e.g. by checking its type or other properties).
_content_lock_add_cancelbutton ./content_lock.module 1
_content_lock_add_unload_js ./content_lock.module 1
_content_lock_is_lockable_node ./content_lock.module Check whether a node is configured to be protected by content_lock. 2
_content_lock_release_all_user_locks ./content_lock.module 1
_content_lock_save_lock_warning ./content_lock.module 1
_content_lock_show_warnings ./content_lock.module 1
_content_lock_still_locked ./content_lock.module 1
_content_lock_verbose ./content_lock.module 4

Other projects