ButtonBuilder::setMapped()

FormConfigBuilderInterface setMapped(bool $mapped) Unsupported method. This method should not be invoked. Parameters bool $mapped Whether the form should be mapped Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

ButtonBuilder::setInheritData()

FormConfigBuilderInterface setInheritData(bool $inheritData) Unsupported method. Parameters bool $inheritData Whether the form should inherit its parent's data Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

ButtonBuilder::setFormFactory()

setFormFactory(FormFactoryInterface $formFactory) Unsupported method. This method should not be invoked. Parameters FormFactoryInterface $formFactory The form factory Exceptions BadMethodCallException

ButtonBuilder::setErrorBubbling()

FormConfigBuilderInterface setErrorBubbling(bool $errorBubbling) Unsupported method. This method should not be invoked. Parameters bool $errorBubbling Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

ButtonBuilder::setEmptyData()

FormConfigBuilderInterface setEmptyData(mixed $emptyData) Unsupported method. This method should not be invoked. Parameters mixed $emptyData The empty data Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

ButtonBuilder::setDisabled()

FormConfigBuilderInterface setDisabled(bool $disabled) Set whether the button is disabled. Parameters bool $disabled Whether the form is disabled Return Value FormConfigBuilderInterface The configuration object

ButtonBuilder::setDataMapper()

FormConfigBuilderInterface setDataMapper(DataMapperInterface $dataMapper = null) Unsupported method. This method should not be invoked. Parameters DataMapperInterface $dataMapper Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

ButtonBuilder::setDataLocked()

FormConfigBuilderInterface setDataLocked(bool $locked) Unsupported method. This method should not be invoked. Parameters bool $locked Whether to lock the default data Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

ButtonBuilder::setData()

FormConfigBuilderInterface setData(mixed $data) Unsupported method. This method should not be invoked. Parameters mixed $data The data of the form in application format Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

ButtonBuilder::setCompound()

FormConfigBuilderInterface setCompound(bool $compound) Unsupported method. This method should not be invoked. Parameters bool $compound Whether the form should be compound Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException