ButtonBuilder::setByReference()

FormConfigBuilderInterface setByReference(bool $byReference) Unsupported method. This method should not be invoked. Parameters bool $byReference Whether the data should be modified by reference. Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

ButtonBuilder::setAutoInitialize()

FormConfigBuilderInterface setAutoInitialize(bool $initialize) Unsupported method. Parameters bool $initialize True to initialize the form automatically, false to suppress automatic initialization. In the second case, you need to call {@link FormInterface::initialize()} manually. Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

ButtonBuilder::setAttributes()

FormConfigBuilderInterface setAttributes(array $attributes) Sets the attributes. Parameters array $attributes The attributes Return Value FormConfigBuilderInterface The configuration object

ButtonBuilder::setAttribute()

FormConfigBuilderInterface setAttribute(string $name, mixed $value) Sets the value for an attribute. Parameters string $name The name of the attribute mixed $value The value of the attribute Return Value FormConfigBuilderInterface The configuration object

ButtonBuilder::setAction()

FormConfigBuilderInterface setAction(string $action) Unsupported method. Parameters string $action The target URL of the form Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

ButtonBuilder::resetViewTransformers()

FormConfigBuilderInterface resetViewTransformers() Unsupported method. This method should not be invoked. Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

ButtonBuilder::resetModelTransformers()

FormConfigBuilderInterface resetModelTransformers() Unsupported method. This method should not be invoked. Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

ButtonBuilder::remove()

FormBuilderInterface remove(string $name) Unsupported method. This method should not be invoked. Parameters string $name Return Value FormBuilderInterface The builder object Exceptions BadMethodCallException

ButtonBuilder::hasOption()

bool hasOption(string $name) Returns whether a specific option exists. Parameters string $name The option name, Return Value bool Whether the option exists

ButtonBuilder::hasAttribute()

bool hasAttribute(string $name) Returns whether the attribute with the given name exists. Parameters string $name The attribute name Return Value bool Whether the attribute exists