8000 [Form] remove the getName() function as it is deprecated · symfony/symfony-docs@2d72f3e · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d72f3e

Browse files
committed
[Form] remove the getName() function as it is deprecated
1 parent 889db17 commit 2d72f3e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cookbook/form/dynamic_form_modification.rst

Lines changed: 0 additions & 5 deletions
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)
0