File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
reference/forms/types/options Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ choice_loader
3
3
4
4
**type**: :class:`Symfony\\Component\\Form\\ChoiceList\\Loader\\ChoiceLoaderInterface`
5
5
6
- The ``choice_loader`` can be used instead of ``choices`` option. It allows to
7
- create a list lazily or partially when fetching only the choices for a set of
8
- submitted values (i.e. querying a search engine like ``ElasticSearch`` can be
9
- a heavy process).
6
+ The ``choice_loader`` option can be used instead of the ``choices`` option. It
7
+ allows to create a list lazily or partially when fetching only the choices for a
8
+ set of submitted values (i.e. querying a search engine like ``ElasticSearch``
9
+ can be a heavy process).
10
10
11
11
You can use an instance of :class:`Symfony\\Component\\Form\\ChoiceList\\Loader\\CallbackChoiceLoader`
12
12
if you want to take advantage of lazy loading::
You can’t perform that action at this time.
0 commit comments