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
When using the Create service action for a form type class (i.e. a class implementing Symfony\Component\Form\FormTypeInterface), it would be great to suggest the tag registering the type as service:
<tagname="form.type"alias="my_form_type" />
my_form_type here would be provided based on the return value of the getName method (which is a static string most of the time)
The text was updated successfully, but these errors were encountered:
When using the
Create service
action for a form type class (i.e. a class implementingSymfony\Component\Form\FormTypeInterface
), it would be great to suggest the tag registering the type as service:my_form_type
here would be provided based on the return value of thegetName
method (which is a static string most of the time)The text was updated successfully, but these errors were encountered: