This hook runs when Omeka's ACL is instantiated. It allows plugin writers to manipulate the ACL that controls user access in Omeka.
In general, plugins use this hook to restrict and/or allow access for specific user roles to the pages that it creates.
Arguments
- Omeka_Acl
$acl
{{#if - | (optional)}}
- The ACL object (a subclass of Zend_Acl).
- {{#if: | Default:
{{{default}}}
}}