Posted by wonder95 on May 10, 2008 at 4:15am
Jump to:
| Project: | ACL |
| Version: | 7.x-1.x-dev |
| Component: | Documentation |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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.
Comments
#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.
#2
Anyone willing to work on this?
#3
Yeah, this module could really use an acl.api.php file as per the core documentation coding standards. Especially since it's an API module, without its own UI, the *.api.php file is really important. ;)
Thanks,
-Derek