mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 12:38:44 +02:00
N°7063 - Forms SDK - Add Symfony forms component
error forms issue
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user