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

salvis’s picture

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.

salvis’s picture

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

Anyone willing to work on this?

dww’s picture

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

dillix’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Drupal 7 has reached its EOL, so I'm closing this as outdated.