KnpGaufretteBundle/Resources/docs/adapters/service.md

19 lines
276 B
Markdown
Raw Normal View History

2017-01-16 13:00:11 +00:00
# Service
Allows you to use a user defined adapter service.
## Parameters
* `id` The id of the service *(required)*
## Example
``` yaml
# app/config/config.yml
knp_gaufrette:
adapters:
foo:
service:
id: my.adapter.service
```