Renamed FormBuilder to FormFactory and implemented test draft for CreateSourceAction

This commit is contained in:
Kevin Frantz
2019-02-12 16:40:01 +01:00
parent 0fcd4c93bd
commit 6347308672
6 changed files with 75 additions and 13 deletions

View File

@@ -9,5 +9,9 @@ use App\Form\AbstractType;
*/
class SourceType extends AbstractType
{
/**
* @deprecated
* @var string
*/
const CLASS_PARAMETER_NAME = 'class';
}