| 1 | <?php |
||
| 23 | final class FormContractor implements FormContractorInterface |
||
| 24 | { |
||
| 25 | private $formFactory; |
||
| 26 | |||
| 27 | public function __construct(FormFactoryInterface $formFactory) |
||
| 31 | |||
| 32 | public function fixFieldDescription(AdminInterface $admin, FieldDescriptionInterface $fieldDescription): void |
||
| 35 | |||
| 36 | public function getFormBuilder($name, array $options = []): FormBuilderInterface |
||
| 40 | |||
| 41 | public function getDefaultOptions($type, FieldDescriptionInterface $fieldDescription): array |
||
| 45 | } |
||
| 46 |