@@ -44,4 +44,12 @@ class BooleanType extends FormChoiceType
return $options;
}
+
+ /**
+ * {@inheritDoc}
+ */
+ public function getName()
+ {
+ return 'sonata_type_boolean';
+ }
@@ -44,4 +44,12 @@ class EqualType extends FormChoiceType
+ return 'sonata_type_equal';
@@ -67,4 +67,12 @@ class TranslatableChoiceType extends ChoiceType
parent::buildForm($builder, $options);
+ return 'sonata_type_translatable_choice';