-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
BugSomething isn't workingSomething isn't working
Description
Bug Report
The documentation for:
/**
* Returns whether ACL should be used
*
* Implements {@link HelperInterface::getUseAcl()}.
*
* @return bool
*/
public function getUseAcl()
{
return $this->useAcl;
}From the docs:
Whether or not to use ACLs; both the flag must be enabled and an ACL instance present.
Reference this page:
https://docs.laminas.dev/laminas-navigation/helpers/intro/
This method does not consult hasAcl to determine if an ACL is present.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working