Content Lock Hooks in Content locking (anti-concurrent editing) 7.2
Same name and namespace in other branches
- 6.2 content_lock.api.inc \content_lock_hooks
- 7.3 content_lock.api.php \content_lock_hooks
- 7 content_lock.api.inc \content_lock_hooks
Hooks which allow <a href="http://drupal.org/project/content_lock">content_lock</a> to be extended.
File
- ./
content_lock.api.php, line 11 - Document content_lock hooks.
Functions
Name | Location | Description |
---|---|---|
hook_content_lock_form_id_blacklist_alter |
./ |
Alter the blacklist of form_ids. |
hook_content_lock_locked |
./ |
Respond to a lock being successfully set. |
hook_content_lock_node_lockable |
./ |
Determine whether or not a node is lockable. |
hook_content_lock_node_type_blacklist_alter |
./ |
Alter the node type blacklist. |
hook_content_lock_release |
./ |
Respond to a node's lock being released. |
hook_content_lock_skip_locking |
./ |
Determine if locking should be disabled for a given node. |
Files
Name | Location | Description |
---|---|---|
content_lock.api.php |
./ |
Document content_lock hooks. |