@@ -370,6 +370,11 @@ |
||
| 370 | 370 | return (string) $this->renderer->searchAndRenderBlock($view, 'label', $vars); |
| 371 | 371 | } |
| 372 | 372 | |
| 373 | + /** |
|
| 374 | + * @param string $name |
|
| 375 | + * |
|
| 376 | + * @return string|null |
|
| 377 | + */ |
|
| 373 | 378 | protected function getFormType($name) |
| 374 | 379 | { |
| 375 | 380 | if (method_exists('Symfony\Component\Form\AbstractType', 'getBlockPrefix')) { |