You are here

Functions in ACL 6

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_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_form_system_modules_alter ./acl.module Implementation of hook_form_alter().
acl_get_id_by_name ./acl.module Gets the id of an ACL by name.
acl_get_id_by_number ./acl.module Gets the id of an ACL by number.
acl_get_uids ./acl.module Gets the uids of an acl
acl_has_user ./acl.module Determines if an acl has a specific assigned user
acl_has_users ./acl.module Determines if an acl has some assigned users 1
acl_install ./acl.install Implementation of hook_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_records().
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_all_users ./acl.module Remove all users from an ACL. 1
acl_remove_user ./acl.module Remove the specified UID from an ACL.
acl_requirements ./acl.install Implementation of hook_requirements(). 1
acl_save_form ./acl.admin.inc Write the results of a form.
acl_schema ./acl.install Implementation of hook_schema().
acl_uninstall ./acl.install
acl_update_2 ./acl.install Fixes primary keys
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_update_6000 ./acl.install Change acl_id to auto-increment.
acl_update_6001 ./acl.install Add index that should have been added when upgrading from D5.
acl_update_6002 ./acl.install Add 'number' column, add indexes.
acl_update_6003 ./acl.install Install better indexes.
acl_user ./acl.module Implementation of hook_user(). 1
hook_acl_explain ./acl.api.php Explain what your ACL grant records mean.
_acl_edit_form ./acl.admin.inc Implementation of acl_edit_form(). 1
_acl_edit_form_after_build ./acl.admin.inc Process a form that had our buttons on it. 1
_acl_get_explanation ./acl.module Asks the client for its interpretation of the given grant record. 1

Other projects