Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.1.2.18 (checked in on 2008/03/12 at 21:47:59 by salvis)
This module handls ACLs on behalf of other modules. The two main reasons to do this are so that modules using ACLs can share them with each other without having to actually know much about them, and so that ACLs can easily co-exist with the existing node_access system.
| Name | Description |
|---|---|
| acl_add_user | Add the specified UID to an ACL. |
| acl_create_new_acl | Create a new ACL. |
| acl_delete_acl | Delete an existing ACL. |
| acl_disable | Implementation of hook_disable |
| acl_edit_form | Provide a form to edit the ACL that can be embedded in other forms. |
| acl_edit_form_after_build | Process a form that had our buttons on it. |
| acl_elements | Provide a special button type that doesn't get its #name blasted. |
| acl_get_id_by_name | Gets the id of an acl |
| acl_has_users | Determines if an acl has some assigned users |
| acl_nodeapi | Implementation of hook_nodeapi |
| acl_node_access_explain | Implementation of hook_node_access_explain |
| acl_node_access_records | Implementation of hook_node_access_grants (from node_access) |
| acl_node_add_acl | Provide access control to a node based upon an ACL id. |
| acl_node_clear_acls | Clear all of a module's ACL's from a node. |
| acl_node_grants | Implementation of hook_node_grants |
| acl_node_remove_acl | Remove an ACL completely from a node. |
| acl_remove_user | Remove the specified UID from an ACL. |
| acl_save_form | Write the results of a form. |
| acl_user | Implementation of hook_user |
| theme_acl_button |