Method |
Description |
|
createBasePathHelperFactory ( Interop\Container\ContainerInterface $services ) : callable |
Create and return a factory for creating a BasePath helper. |
|
createDoctypeHelperFactory ( Interop\Container\ContainerInterface $services ) : callable |
Create and return a Doctype helper factory. |
|
createUrlHelperFactory ( Interop\Container\ContainerInterface $services ) : callable |
Create and return a factory for creating a URL helper. |
|
injectOverrideFactories ( Zend\View\HelperPluginManager $plugins, Interop\Container\ContainerInterface $services ) : Zend\View\HelperPluginManager |
Inject override factories into the plugin manager. |
|