Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/book/v3/features/container/factories.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,9 +459,9 @@ the `TwigExtension` instance (assuming the router was found).
- **FactoryName**: `Zend\Expressive\ZendView\ZendViewRendererFactory`
- **Suggested Name**: `Zend\Expressive\Template\TemplateRendererInterface`
- **Requires**: no additional services are required.
- **Optional**:
- `Zend\Expressive\Router\RouterInterface`, in order to inject the custom
url helper implementation.
- **Optional**:
- `config`, an array or `ArrayAccess` instance. This will be used to further
configure the `ZendView` instance, specifically with the layout template
name, entries for a `TemplateMapResolver`, and and template paths to
Expand Down