mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
N°8771 - Add Symfony form component to iTop core
- IO debug
This commit is contained in:
@@ -12,6 +12,7 @@ use Combodo\iTop\Forms\Block\IO\Format\ClassIOFormat;
|
||||
use Combodo\iTop\Forms\Block\IO\FormInput;
|
||||
use Combodo\iTop\Forms\Block\IO\FormOutput;
|
||||
use Combodo\iTop\Forms\Converter\StringToAttributeConverter;
|
||||
use Combodo\iTop\Forms\FormType\AttributeChoiceType;
|
||||
|
||||
/**
|
||||
* Form block for choice of class attributes.
|
||||
@@ -54,4 +55,10 @@ class AttributeChoiceFormBlock extends ChoiceFormBlock
|
||||
|
||||
return $aOptions;
|
||||
}
|
||||
|
||||
/** @inheritdoc */
|
||||
public function GetFormType(): string
|
||||
{
|
||||
return AttributeChoiceType::class;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user