1 | <?php |
||
11 | class FormFactoryParamConverter implements ParamConverter |
||
12 | { |
||
13 | private $formFactory; |
||
14 | |||
15 | 2 | public function __construct(FormFactoryInterface $formFactory) |
|
19 | |||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | 1 | public function getObject(Request $request) |
|
27 | |||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | 1 | public function supports($class) |
|
36 | } |
||
37 |