bool has(string $name) Unsupported method. Parameters string $name Return Value bool
DataTransformerInterface[] getViewTransformers() Unsupported method. Return Value DataTransformerInterface[] An array of {@link DataTransformerInterface} instances
ResolvedFormTypeInterface getType() Returns the form type used to construct the button. Return Value ResolvedFormTypeInterface The form's type
bool getRequired() Unsupported method. Return Value bool Whether the form is required
RequestHandlerInterface getRequestHandler() Unsupported method. Return Value RequestHandlerInterface The request handler
null|PropertyPathInterface getPropertyPath() Unsupported method. Return Value null|PropertyPathInterface The property path
array getOptions() Returns all options passed during the construction of the button. Return Value array The passed options
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
string getName() Returns the name of the form used as HTTP parameter. Return Value string The form name
DataTransformerInterface[] getModelTransformers() Unsupported method. Return Value DataTransformerInterface[] An array of {@link DataTransformerInterface} instances
Page 690 of 787