N°8772 - Turbo WIP

N°8772 - Twig factorization
This commit is contained in:
Eric Espie
2025-10-29 13:59:17 +01:00
parent 98048219e7
commit 1394edc111
5 changed files with 55 additions and 25 deletions

View File

@@ -255,16 +255,6 @@ abstract class AbstractFormBlock
$this->bIsAdded = $bIsAdded;
}
public function ListBlockNames(): array
{
$aNames = [];
foreach ($this->aSubFormBlocks as $oSubFormBlock) {
$aNames[] = $oSubFormBlock->GetName();
}
return $aNames;
}
/**
* Return the form type.
*