File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ objects from the database.
1616| | - `choice_label `_ |
1717| | - `query_builder `_ |
1818| | - `em `_ |
19+ | | - `choice_translation_domain `_ |
20+ | | - `translation_domain `_ |
1921+-------------+------------------------------------------------------------------+
2022| Overridden | - `choices `_ |
2123| options | |
176178If specified, this entity manager will be used to load the choices
177179instead of the ``default `` entity manager.
178180
181+ choice_translation_domain
182+ ~~~~~~~~~~~~~
183+
184+ .. versionadded :: 2.7
185+ The ``choice_translation_domain `` option was introduced in Symfony 2.7.
186+
187+ **type **: ``boolean ``
188+
189+ This option determines whether the translation of the data obtained will be informed domain ``translation_domain ``.
190+
191+ translation_domain
192+ ~~~~~~~~~~~~~
193+
194+ .. versionadded :: 2.7
195+ The ``translation_domain `` option was introduced in Symfony 2.7.
196+
197+ **type **: ``string ``
198+
199+ If specified, use translations of informed domain(e.g. ``AcmeStoreBundle `` to ``Acme\StoreBundle\Resources\translation `` files).
200+
179201
180202Overridden Options
181203------------------
You can’t perform that action at this time.
0 commit comments