Created
July 29, 2018 11:22
-
-
Save dlhck/c5b9c2a4de6934079721cfb352ea0cdd to your computer and use it in GitHub Desktop.
TranslationDumper service and twig configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
twig: | |
globals: | |
translation_dumper: '@app.helper.translations_dumper' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
app.helper.translations_dumper: | |
class: AppBundle\Helper\TranslationsDumper | |
public: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment