ButtonBuilder::has()

bool has(string $name) Unsupported method. Parameters string $name Return Value bool

ButtonBuilder::getViewTransformers()

DataTransformerInterface[] getViewTransformers() Unsupported method. Return Value DataTransformerInterface[] An array of {@link DataTransformerInterface} instances

ButtonBuilder::getType()

ResolvedFormTypeInterface getType() Returns the form type used to construct the button. Return Value ResolvedFormTypeInterface The form's type

ButtonBuilder::getRequired()

bool getRequired() Unsupported method. Return Value bool Whether the form is required

ButtonBuilder::getRequestHandler()

RequestHandlerInterface getRequestHandler() Unsupported method. Return Value RequestHandlerInterface The request handler

ButtonBuilder::getPropertyPath()

null|PropertyPathInterface getPropertyPath() Unsupported method. Return Value null|PropertyPathInterface The property path

ButtonBuilder::getOptions()

array getOptions() Returns all options passed during the construction of the button. Return Value array The passed options

ButtonBuilder::getOption()

mixed getOption(string $name, mixed $default = null) Returns the value of a specific option. Parameters string $name The option name mixed $default The value returned if the option does not exist Return Value mixed The option value

ButtonBuilder::getName()

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

ButtonBuilder::getModelTransformers()

DataTransformerInterface[] getModelTransformers() Unsupported method. Return Value DataTransformerInterface[] An array of {@link DataTransformerInterface} instances