We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a8fae commit b1205adCopy full SHA for b1205ad
languages/php/index.rst
@@ -190,5 +190,14 @@ Forms
190
* ``goto`` - Class definition
191
* ``complete`` - Class name of doctrine namespaced entities
192
193
+.. code-block:: php
194
+
195
+ # Symfony\Component\Form\FormBuilderInterface::add
196
+ $builder->add('field', 'button' , array(
197
+ '<option>' => ''
198
+ ));
199
200
+* ``goto`` - tagged form extension with ``form.type_extension`` or ``getParent`` tree of known form_type
201
+* ``complete`` - name for option
202
203
0 commit comments