We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d3fb7 commit af0255fCopy full SHA for af0255f
src/BooleanType.php
@@ -112,17 +112,7 @@ public function configureOptions(OptionsResolver $resolver)
112
*/
113
public function getParent()
114
{
115
- return 'choice';
116
- }
117
-
118
- /**
119
- * Returns the name of this type.
120
- *
121
- * @return string
122
- */
123
- public function getName()
124
- {
125
- return 'boolean';
+ return 'Symfony\Component\Form\Extension\Core\Type\ChoiceType';
126
}
127
128
/**
@@ -131,6 +121,8 @@ public function getName()
131
* @param string $text
132
*
133
* @return string
+ *
+ * @deprecated since 2.8, will be removed in 3.0
134
135
public function humanize($text)
136
0 commit comments