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 f3d8337 commit dab392bCopy full SHA for dab392b
reference/forms/types/options/choice_loader.rst.inc
@@ -42,9 +42,9 @@ better performance::
42
43
class ConstantsType extends AbstractType
44
{
45
- public static function getExtendedTypes(): iterable
+ public function getParent(): string
46
47
- return [ChoiceType::class];
+ return ChoiceType::class;
48
}
49
50
public function configureOptions(OptionsResolver $resolver)
0 commit comments