Skip to content

Commit 2bc4f55

Browse files
committed
minor symfony#6108 [Form] remove the getName() function as it is deprecated (aybbou)
This PR was merged into the 2.8 branch. Discussion ---------- [Form] remove the getName() function as it is deprecated | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.8+ | Fixed tickets | none Commits ------- 2d72f3e [Form] remove the getName() function as it is deprecated
2 parents 8f6038b + 2d72f3e commit 2bc4f55

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: cookbook/form/dynamic_form_modification.rst

-5
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ a bare form class looks like::
5757
'data_class' => 'AppBundle\Entity\Product'
5858
));
5959
}
60-
61-
public function getName()
62-
{
63-
return 'product';
64-
}
6560
}
6661

6762
.. note::

0 commit comments

Comments
 (0)