class TheliaFormFactory implements TheliaFormFactoryInterface

Class TheliaFormFactory

Methods

__construct( RequestStack $requestStack, ContainerInterface $container, array $formDefinition)

No description

createForm( string $name, string $type = 'form', array $data = array(), array $options = array())

No description

Details

at line 34
__construct( RequestStack $requestStack, ContainerInterface $container, array $formDefinition)

Parameters

RequestStack $requestStack
ContainerInterface $container
array $formDefinition

at line 48
BaseForm createForm( string $name, string $type = 'form', array $data = array(), array $options = array())

Parameters

string $name
string $type
array $data
array $options

Return Value

BaseForm