collections

This commit is contained in:
Benjamin Dalsass
2025-12-08 10:03:34 +01:00
parent 0d3f7c5f07
commit 9543624a0d
3 changed files with 23 additions and 13 deletions

View File

@@ -34,6 +34,14 @@ class CollectionBlock extends AbstractTypeFormBlock
return CollectionFormType::class;
}
/**
* @return AbstractFormBlock
*/
public function GetPrototypeBlock(): AbstractFormBlock
{
return $this->oPrototypeBlock;
}
public function EntryDependsOnParent(string $sInputName, string $sParentInputName): AbstractFormBlock
{
$this->oPrototypeBlock->InputDependsOnParent($sInputName, $sParentInputName);