Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds a delegator to set ACL for helpers #19

Open
wants to merge 1 commit into
base: 2.12.x
Choose a base branch
from

Conversation

froschdesign
Copy link
Member

@froschdesign froschdesign commented Apr 24, 2021

Q A
New Feature yes

Description

The delegator allows the setting of a ACL for navigation helpers by using a registered Laminas\Permissions\Acl\AclInterface service.

Example of Usage

'navigation_helpers' => [
    'delegators' => [
        Laminas\View\Helper\Navigation::class => [
            Laminas\Navigation\View\PermissionAclDelegatorFactory::class,
        ],
    ],
],

Signed-off-by: Frank Brückner <dev@froschdesignstudio.de>
@froschdesign froschdesign linked an issue Apr 24, 2021 that may be closed by this pull request
@Ocramius Ocramius removed this from the 2.12.0 milestone Dec 6, 2021
@froschdesign froschdesign added this to the 2.13.0 milestone Dec 6, 2021
@Ocramius Ocramius removed this from the 2.13.0 milestone Dec 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation seems to be wrong ...
2 participants