API Documenation anywhere?
wonder95 - May 10, 2008 - 04:15
| Project: | ACL |
| Version: | 5.x-1.6 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Is there documentation for the ACL API anywhere, other than looking at the code itself? I don't see any listed on the project page, and the only other thing I could find was a blog post somewhere.

#1
There's http://drupal.kollm.org/doxygen/_contrib/drupal-contrib-phpdoc/acl_2acl_..., but it's extracted from the source, so there's no real advantage over looking at the source directly.
And there's http://symbiotix.net/collab/drupal-access-control-part-2-acl-module-expl....
If you do any node access development, I'd strongly recommend using devel_node_access, part of the Devel module.