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

Title:API Documenation anywhere?» API Documentation anywhere?
Version:5.x-1.6» 7.x-1.x-dev
Category:support request» task

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

nobody click here