File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,10 @@ The ``choice_loader`` can be used to only partially load the choices in cases wh
184
184
a fully-lo
A68F
aded list is not necessary. This is only needed in advanced cases and
185
185
would replace the ``choices `` option.
186
186
187
+ .. versionadded :: 3.2
188
+ The :class: `Symfony\\ Component\\ Form\\ ChoiceList\\ Loader\\ CallbackChoiceLoader `
189
+ was introduced in Symfony 3.2.
190
+
187
191
You can use an instance of :class: `Symfony\\ Component\\ Form\\ ChoiceList\\ Loader\\ CallbackChoiceLoader `
188
192
if you want to take advantage of lazy loading::
189
193
@@ -201,10 +205,6 @@ This will cause the call of ``StaticClass::getConstants()`` to not happen if the
201
205
request is redirected and if there is no pre set or submitted data. Otherwise
202
206
the choice options would need to be resolved thus triggering the callback.
203
207
204
- .. versionadded :: 3.2
205
- The ability to use an instance of :class: `Symfony\\ Component\\ Form\\ ChoiceList\\ Loader\\ CallbackChoiceLoader `
206
- was introduced in Symfony 3.2
207
-
208
208
.. include :: /reference/forms/types/options/choice_name.rst.inc
209
209
210
210
.. include :: /reference/forms/types/options/choice_translation_domain.rst.inc
You can’t perform that action at this time.
0 commit comments