Closed alexander-schranz closed 3 years ago
The FormFactoryInterface is only in newer symfony versions an alias for form.factory. Also it recommended in bundles not using symfony interface alias as reference instead the real service name of a symfony service.
FormFactoryInterface
form.factory
The
FormFactoryInterface
is only in newer symfony versions an alias forform.factory
. Also it recommended in bundles not using symfony interface alias as reference instead the real service name of a symfony service.