You are here

Functions in ACL 5

Primary tabs

Namesort descending Location Description Direct uses Strings
acl_add_user ./acl.module Add the specified UID to an ACL.
acl_create_new_acl ./acl.module Create a new ACL.
acl_delete_acl ./acl.module Delete an existing ACL.
acl_disable ./acl.module Implementation of hook_disable
acl_edit_form ./acl.module Provide a form to edit the ACL that can be embedded in other forms. Pass $new_acl=TRUE if you have no ACL yet, but do supply a string like 'my_module_new_acl' as $acl_id anyway.
acl_edit_form_after_build ./acl.module Process a form that had our buttons on it. 1
acl_elements ./acl.module Provide a special button type that doesn't get its #name blasted.
acl_get_id_by_name ./acl.module Gets the id of an acl
acl_get_uids ./acl.module Gets the uids of an acl
acl_has_users ./acl.module Determines if an acl has some assigned users 1
acl_install ./acl.install
acl_nodeapi ./acl.module Implementation of hook_nodeapi
acl_node_access_explain ./acl.module Implementation of hook_node_access_explain
acl_node_access_records ./acl.module Implementation of hook_node_access_grants (from node_access)
acl_node_add_acl ./acl.module Provide access control to a node based upon an ACL id.
acl_node_clear_acls ./acl.module Clear all of a module's ACL's from a node.
acl_node_grants ./acl.module Implementation of hook_node_grants
acl_node_remove_acl ./acl.module Remove an ACL completely from a node.
acl_remove_user ./acl.module Remove the specified UID from an ACL.
acl_save_form ./acl.module Write the results of a form.
acl_uninstall ./acl.install
acl_update_1 ./acl.install Fixes table prefix
acl_update_2 ./acl.install Fixes primary keys
acl_update_3 ./acl.install
acl_update_4 ./acl.install Put back acl_node(nid) index for deleting nodes and clean up {acl_node}.
acl_update_5 ./acl.install Clean up {acl_user}.
acl_update_6 ./acl.install Add priority column.
acl_user ./acl.module Implementation of hook_user 1
theme_acl_button ./acl.module

Other projects