mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-28 09:40:14 -07:00
16 lines
574 B
YAML
16 lines
574 B
YAML
services:
|
|
app.transformer.format:
|
|
class: AppBundle\Transformer\FormatTransformer
|
|
|
|
app.relation.mapper:
|
|
class: AppBundle\Util\RelationMapper
|
|
calls:
|
|
- [ loadResource, ['%kernel.root_dir%/Resources/relations/part_model.yml', 'part_model']]
|
|
- [ loadResource, ['%kernel.root_dir%/Resources/relations/alias_model.yml', 'alias_model']]
|
|
|
|
app.twig_extension:
|
|
class: AppBundle\Twig\AppExtension
|
|
public: false
|
|
arguments: ['@app.transformer.format']
|
|
tags:
|
|
- { name: twig.extension } |