JMSTranslationBundle
JMSTranslationBundle copied to clipboard
Domain annotation form extractor
Add suport for @Domain{"domain"} and @Domains({"domain_one", "domain_two"}) on FormExtractor. I use these annotations for FormType use in admin and frontend with different domain translation.
This is a bit related to https://github.com/schmittjoh/JMSTranslationBundle/issues/235.
Hello, I like this PR, Could you redo the tests as a separate form type / test? That way each test doesn't modify lines of source files of previous tests etc. Makes merging multiple PRs easier.
Its also related to #276
Hello, I will extract my test this week.
Sorry, I was not notified when you pushed to this PR. I like it. Thank you.
I have a suggestion: Lets merge the annotations to one Domain
annotation.
Otherwise Im happy to merge this!