We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4a68e commit 4f3de2bCopy full SHA for 4f3de2b
README.md
@@ -189,15 +189,19 @@ App\Entity\User:
189
## Create your own dictionary implementation
190
191
### Dictionary
192
-Your dictionary implementation must implements the interface [Dictionary](src/Knp/DictionaryBundle/Dictionary/Dictionary.php).
+
193
+Your dictionary implementation must implements the interface [Dictionary](src/Knp/DictionaryBundle/Dictionary.php).
194
195
### Dictionary Factory
196
197
You must create a dictionary factory that will be responsible to instanciate your dictionary.
198
199
```yaml
200
201
services:
202
app.dictionary.factory.my_custom_factory:
203
class: App\Dictionary\Factory\MyCustomFactory
204
tags:
205
{ name: 'knp_dictionary.factory' }
206
207
```
0 commit comments