mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
12 lines
329 B
YAML
12 lines
329 B
YAML
services:
|
|
ravenflux.twig.extension.php_functions:
|
|
class: RavenFlux\Twig\PhpFunctionsExtension
|
|
arguments:
|
|
- #first argument are functions
|
|
- 'count'
|
|
- #second argument are filters
|
|
- 'nl2br'
|
|
tags:
|
|
-
|
|
name: twig.extension
|