Documentation

FormFactoryBuilderInterface

A builder for FormFactoryInterface objects.

Tags
author

Bernhard Schussek bschussek@gmail.com

Table of Contents

Methods

addExtension()  : $this
Adds an extension to be loaded by the factory.
addExtensions()  : $this
Adds a list of extensions to be loaded by the factory.
addType()  : $this
Adds a form type to the factory.
addTypeExtension()  : $this
Adds a form type extension to the factory.
addTypeExtensions()  : $this
Adds a list of form type extensions to the factory.
addTypeGuesser()  : $this
Adds a type guesser to the factory.
addTypeGuessers()  : $this
Adds a list of type guessers to the factory.
addTypes()  : $this
Adds a list of form types to the factory.
getFormFactory()  : FormFactoryInterface
Builds and returns the factory.
setResolvedTypeFactory()  : $this
Sets the factory for creating ResolvedFormTypeInterface instances.

Methods


        
On this page

Search results