You are here

Content Lock Hooks in Content locking (anti-concurrent editing) 7

Same name and namespace in other branches
  1. 6.2 content_lock.api.inc \content_lock_hooks
  2. 7.3 content_lock.api.php \content_lock_hooks
  3. 7.2 content_lock.api.php \content_lock_hooks

Hooks which allow <a href="http://drupal.org/project/content_lock">content_lock</a> to be extended.

File

./content_lock.api.inc, line 11
Document content_lock hooks.

Functions

Namesort descending Location Description
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).

Files

Namesort descending Location Description
content_lock.api.inc ./content_lock.api.inc Document content_lock hooks.