FormConfigBuilder::getName()

string getName() Returns the name of the form used as HTTP parameter. Return Value string The form name

FormConfigBuilder::getModelTransformers()

DataTransformerInterface[] getModelTransformers() Returns the model transformers of the form. Return Value DataTransformerInterface[] An array of {@link DataTransformerInterface} instances

FormConfigBuilder::getPropertyPath()

null|PropertyPathInterface getPropertyPath() Returns the property path that the form should be mapped to. Return Value null|PropertyPathInterface The property path

FormConfigBuilder::getMapped()

bool getMapped() Returns whether the form should be mapped to an element of its parent's data. Return Value bool Whether the form is mapped

FormConfigBuilder::getMethod()

string getMethod() Returns the HTTP method used by the form. Return Value string The HTTP method of the form

FormConfigBuilder::getFormFactory()

FormFactoryInterface getFormFactory() Returns the form factory used for creating new forms. Return Value FormFactoryInterface The form factory

FormConfigBuilder::getInheritData()

bool getInheritData() Returns whether the form should read and write the data of its parent. Return Value bool Whether the form should inherit its parent's data

FormConfigBuilder::getErrorBubbling()

bool getErrorBubbling() Returns whether errors attached to the form will bubble to its parent. Return Value bool Whether errors will bubble up

FormConfigBuilder::getFormConfig()

FormConfigInterface getFormConfig() Builds and returns the form configuration. Return Value FormConfigInterface

FormConfigBuilder::getDisabled()

bool getDisabled() Returns whether the form is disabled. Return Value bool Whether the form is disabled