N°7063 - Forms SDK - Add Symfony forms component

error forms issue
This commit is contained in:
Benjamin Dalsass
2024-01-09 15:50:28 +01:00
parent 5213e205af
commit 54d98ba4f7
17 changed files with 187 additions and 132 deletions

View File

@@ -23,10 +23,11 @@ namespace Combodo\iTop\FormSDK\Service\FactoryAdapter;
* Form factory adapter interface.
*
* @package FormSDK
* @since 3.2.0
* @since 3.X.0
*/
interface FormFactoryAdapterInterface
{
/**
* Return adapter identifier.
*
@@ -57,5 +58,4 @@ interface FormFactoryAdapterInterface
*/
public function UpdateFieldsData(array $aFormData) : bool;
}