File tree 1 file changed +22
-0
lines changed
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.
16
16
| | - `choice_label `_ |
17
17
| | - `query_builder `_ |
18
18
| | - `em `_ |
19
+ | | - `choice_translation_domain `_ |
20
+ | | - `translation_domain `_ |
19
21
+-------------+------------------------------------------------------------------+
20
22
| Overridden | - `choices `_ |
21
23
| options | |
176
178
If specified, this entity manager will be used to load the choices
177
179
instead of the ``default `` entity manager.
178
180
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
+
179
201
180
202
Overridden Options
181
203
------------------
You can’t perform that action at this time.
0 commit comments