| 1 | <?php |
||
| 26 | class CollectionTypeExtension extends AbstractTypeExtension |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | public function buildForm(FormBuilderInterface $builder, array $options): void |
||
| 39 | |||
| 40 | /** |
||
| 41 | * {@inheritdoc} |
||
| 42 | */ |
||
| 43 | public function getExtendedType() |
||
| 47 | |||
| 48 | /** |
||
| 49 | * {@inheritdoc} |
||
| 50 | */ |
||
| 51 | public static function getExtendedTypes() |
||
| 57 | } |
||
| 58 |