Closed (outdated)
Project:
ACL
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 May 2008 at 04:15 UTC
Updated:
27 Feb 2025 at 07:06 UTC
Jump to comment: Most recent
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
Comment #1
salvisThere'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.
Comment #2
salvisAnyone willing to work on this?
Comment #3
dwwYeah, 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
Comment #4
dillix commentedDrupal 7 has reached its EOL, so I'm closing this as outdated.