Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Missing v2 cannonical FQSNs in Zend\View\Helper\Navigation\PluginManager.php (2.6.0 release) #46

Closed
michalbundyra opened this issue Feb 18, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@michalbundyra
Copy link
Member

For backward compatibility we are missing in https://github.com/zendframework/zend-view/blob/master/src/Helper/Navigation/PluginManager.php#L47-L52 v2 canonical FQCNs:

    'zendviewhelpernavigationcreadcrumbs' => InvokableFactory::class,
    'zendviewhelpernavigationlinks' => InvokableFactory::class,
    'zendviewhelpernavigationmenu' => InvokableFactory::class,
    'zendviewhelpernavigationsitemap' => InvokableFactory::class,

as we have in: https://github.com/zendframework/zend-view/blob/master/src/HelperPluginManager.php#L186

(It was noticed by @tmcnicholls in #45 (comment))

@weierophinney
Copy link
Member

I'll address this in #47; adding some code for this now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants