| 1 | <?php |
||
| 12 | class MyDependentForm extends DependentFormElement |
||
| 13 | { |
||
| 14 | public function getId(): string |
||
| 18 | |||
| 19 | public function getParentId(): string |
||
| 22 | |||
| 23 | public function getDataIndexer(): DataIndexerInterface |
||
| 26 | |||
| 27 | public function save($object): void |
||
| 30 | |||
| 31 | protected function initForm(FormFactoryInterface $factory, $data = null): FormInterface |
||
| 34 | } |
||
| 35 |