ZF2: How to get Zend\Navigation inside custom router?
- by Katan87
I have custom router and I have to get access to Zend\Navigation inside this custom router. I was googling, asking and searching and no results :/
All I need is to find nodes with 'link' param using Zend\Navigation in my AliasSegment::match function.
Here is my module.config.php:
'navigation' => array(
// The DefaultNavigationFactory…