FormConfigInterface::getModelTransformers()

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

FormConfigInterface::getMethod()

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

FormConfigInterface::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

FormConfigInterface::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

FormConfigInterface::getFormFactory()

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

FormConfigInterface::getEventDispatcher()

EventDispatcherInterface getEventDispatcher() Returns the event dispatcher used to dispatch form events. Return Value EventDispatcherInterface The dispatcher

FormConfigInterface::getErrorBubbling()

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

FormConfigInterface::getEmptyData()

mixed getEmptyData() Returns the data that should be returned when the form is empty. Return Value mixed The data returned if the form is empty

FormConfigInterface::getDisabled()

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

FormConfigInterface::getDataMapper()

DataMapperInterface getDataMapper() Returns the data mapper of the form. Return Value DataMapperInterface The data mapper