| 1 | <?php |
||
| 28 | class LegacyCollectionTypeExtension extends AbstractTypeExtension |
||
| 29 | { |
||
| 30 | /** |
||
| 31 | * {@inheritdoc} |
||
| 32 | */ |
||
| 33 | public function buildForm(FormBuilderInterface $builder, array $options) |
||
| 41 | |||
| 42 | /** |
||
| 43 | * {@inheritdoc} |
||
| 44 | */ |
||
| 45 | public function getExtendedType() |
||
| 49 | |||
| 50 | /** |
||
| 51 | * {@inheritdoc} |
||
| 52 | */ |
||
| 53 | public static function getExtendedTypes() |
||
| 59 | } |
||
| 60 |