You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If specified, this entity manager will be used to load the choices
179
178
instead of the ``default`` entity manager.
180
179
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`` | ``null`` | ``string``
188
-
189
-
If specified ``null`` value, corresponds to parents ``translation_domain`` or default domain (messages). If the value is ``string``, corresponds to explicit domain(e.g. ``AcmeStoreBundle``). If the value is ``true``, reuse current ``translation_domain`` and ``false`` to disabled.
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
-
When ``choice_translation_domain`` is ``true`` or ``null``, use translations of informed domain(e.g. ``AcmeStoreBundle`` to ``Acme\StoreBundle\Resources\translation`` files).
0 commit comments