Add country type

This commit is contained in:
William DURAND 2012-07-24 15:50:10 +02:00
parent 6ee4d9014d
commit 15a4558277

View File

@ -33,6 +33,7 @@ class FormTypeParser
'number' => 'float',
'integer' => 'int',
'textarea' => 'string',
'country' => 'string',
);
public function __construct(FormFactoryInterface $formFactory)