class SubmitButtonBuilder extends ButtonBuilder
A builder for {@link SubmitButton} instances.
Methods
__construct(string $name, array $options = array()) Creates a new button builder. | from ButtonBuilder | |
FormBuilderInterface | add(string|integer|FormBuilderInterface $child, string|FormTypeInterface $type = null, array $options = array()) Unsupported method. | from ButtonBuilder |
FormBuilderInterface | create(string $name, string|FormTypeInterface $type = null, array $options = array()) Unsupported method. | from ButtonBuilder |
FormBuilderInterface | get(string $name) Unsupported method. | from ButtonBuilder |
FormBuilderInterface | remove(string $name) Unsupported method. | from ButtonBuilder |
Boolean | has(string $name) Unsupported method. | from ButtonBuilder |
array | all() Returns the children. | from ButtonBuilder |
Form | getForm() Creates the button. | |
FormConfigBuilderInterface | addEventListener(string $eventName, callable $listener, integer $priority) Unsupported method. | from ButtonBuilder |
FormConfigBuilderInterface | addEventSubscriber(EventSubscriberInterface $subscriber) Unsupported method. | from ButtonBuilder |
FormConfigBuilderInterface | addViewTransformer(DataTransformerInterface $viewTransformer, Boolean $forcePrepend = false) Unsupported method. | from ButtonBuilder |
FormConfigBuilderInterface | resetViewTransformers() Unsupported method. | from ButtonBuilder |
FormConfigBuilderInterface | addModelTransformer(DataTransformerInterface $modelTransformer, Boolean $forceAppend = false) Unsupported method. | from ButtonBuilder |
FormConfigBuilderInterface | resetModelTransformers() Unsupported method. | from ButtonBuilder |
FormConfigBuilderInterface | setAttribute(string $name, string $value) Sets the value for an attribute. | from ButtonBuilder |
FormConfigBuilderInterface | setAttributes(array $attributes) Sets the attributes. | from ButtonBuilder |
FormConfigBuilderInterface | setDataMapper(DataMapperInterface $dataMapper = null) Unsupported method. | from ButtonBuilder |
FormConfigBuilderInterface | setDisabled(Boolean $disabled) Set whether the button is disabled. | from ButtonBuilder |
FormConfigBuilderInterface | setEmptyData(mixed $emptyData) Unsupported method. | from ButtonBuilder |
FormConfigBuilderInterface | setErrorBubbling(Boolean $errorBubbling) Unsupported method. | from ButtonBuilder |
FormConfigBuilderInterface | setRequired(Boolean $required) Unsupported method. | from ButtonBuilder |
FormConfigBuilderInterface | setPropertyPath(null|string|PropertyPathInterface $propertyPath) Unsupported method. | from ButtonBuilder |
FormConfigBuilderInterface | setMapped(Boolean $mapped) Unsupported method. | from ButtonBuilder |
FormConfigBuilderInterface | setByReference(Boolean $byReference) Unsupported method. | from ButtonBuilder |
setVirtual(Boolean $virtual) Unsupported method. | from ButtonBuilder | |
FormConfigBuilderInterface | setCompound(Boolean $compound) Unsupported method. | from ButtonBuilder |
FormConfigBuilderInterface | setType(ResolvedFormTypeInterface $type) Sets the type of the button. | from ButtonBuilder |
FormConfigBuilderInterface | setData(array $data) Unsupported method. | from ButtonBuilder |
FormConfigBuilderInterface | setDataLocked(Boolean $locked) Unsupported method. | from ButtonBuilder |
setFormFactory(FormFactoryInterface $formFactory) Unsupported method. | from ButtonBuilder | |
FormConfigBuilderInterface | setAction(string $action) Unsupported method. | from ButtonBuilder |
FormConfigBuilderInterface | setMethod(string $method) Unsupported method. | from ButtonBuilder |
FormConfigBuilderInterface | setRequestHandler(RequestHandlerInterface $requestHandler) Unsupported method. | from ButtonBuilder |
FormConfigBuilderInterface | setAutoInitialize(Boolean $initialize) Unsupported method. | from ButtonBuilder |
FormConfigBuilderInterface | setInheritData(Boolean $inheritData) Unsupported method. | from ButtonBuilder |
FormConfigInterface | getFormConfig() Builds and returns the button configuration. | from ButtonBuilder |
EventDispatcherInterface | getEventDispatcher() Unsupported method. | from ButtonBuilder |
string | getName() Returns the name of the form used as HTTP parameter. | from ButtonBuilder |
null|PropertyPathInterface | getPropertyPath() Unsupported method. | from ButtonBuilder |
Boolean | getMapped() Unsupported method. | from ButtonBuilder |
Boolean | getByReference() Unsupported method. | from ButtonBuilder |
Boolean | getVirtual() Unsupported method. | from ButtonBuilder |
Boolean | getCompound() Unsupported method. | from ButtonBuilder |
ResolvedFormTypeInterface | getType() Returns the form type used to construct the button. | from ButtonBuilder |
DataTransformerInterface[] | getViewTransformers() Unsupported method. | from ButtonBuilder |
DataTransformerInterface[] | getModelTransformers() Unsupported method. | from ButtonBuilder |
DataMapperInterface | getDataMapper() Unsupported method. | from ButtonBuilder |
Boolean | getRequired() Unsupported method. | from ButtonBuilder |
Boolean | getDisabled() Returns whether the button is disabled. | from ButtonBuilder |
Boolean | getErrorBubbling() Unsupported method. | from ButtonBuilder |
mixed | getEmptyData() Unsupported method. | from ButtonBuilder |
array | getAttributes() Returns additional attributes of the button. | from ButtonBuilder |
Boolean | hasAttribute(string $name) Returns whether the attribute with the given name exists. | from ButtonBuilder |
mixed | getAttribute(string $name, mixed $default = null) Returns the value of the given attribute. | from ButtonBuilder |
mixed | getData() Unsupported method. | from ButtonBuilder |
string | getDataClass() Unsupported method. | from ButtonBuilder |
Boolean | getDataLocked() Unsupported method. | from ButtonBuilder |
FormFactoryInterface | getFormFactory() Unsupported method. | from ButtonBuilder |
string | getAction() Unsupported method. | from ButtonBuilder |
string | getMethod() Unsupported method. | from ButtonBuilder |
RequestHandlerInterface | getRequestHandler() Unsupported method. | from ButtonBuilder |
Boolean | getAutoInitialize() Unsupported method. | from ButtonBuilder |
Boolean | getInheritData() Unsupported method. | from ButtonBuilder |
array | getOptions() Returns all options passed during the construction of the button. | from ButtonBuilder |
Boolean | hasOption(string $name) Returns whether a specific option exists. | from ButtonBuilder |
mixed | getOption(string $name, mixed $default = null) Returns the value of a specific option. | from ButtonBuilder |
integer | count() Unsupported method. | from ButtonBuilder |
EmptyIterator | getIterator() Unsupported method. | from ButtonBuilder |
Details
__construct(string $name, array $options = array())
Creates a new button builder.
FormBuilderInterface add(string|integer|FormBuilderInterface $child, string|FormTypeInterface $type = null, array $options = array())
Unsupported method.
This method should not be invoked.
FormBuilderInterface create(string $name, string|FormTypeInterface $type = null, array $options = array())
Unsupported method.
This method should not be invoked.
FormBuilderInterface get(string $name)
Unsupported method.
This method should not be invoked.
FormBuilderInterface remove(string $name)
Unsupported method.
This method should not be invoked.
Boolean has(string $name)
Unsupported method.
array all()
Returns the children.
Form getForm()
Creates the button.
FormConfigBuilderInterface addEventListener(string $eventName, callable $listener, integer $priority)
Unsupported method.
This method should not be invoked.
FormConfigBuilderInterface addEventSubscriber(EventSubscriberInterface $subscriber)
Unsupported method.
This method should not be invoked.
FormConfigBuilderInterface addViewTransformer(DataTransformerInterface $viewTransformer, Boolean $forcePrepend = false)
Unsupported method.
This method should not be invoked.
FormConfigBuilderInterface resetViewTransformers()
Unsupported method.
This method should not be invoked.
FormConfigBuilderInterface addModelTransformer(DataTransformerInterface $modelTransformer, Boolean $forceAppend = false)
Unsupported method.
This method should not be invoked.
FormConfigBuilderInterface resetModelTransformers()
Unsupported method.
This method should not be invoked.
FormConfigBuilderInterface setAttribute(string $name, string $value)
Sets the value for an attribute.
FormConfigBuilderInterface setAttributes(array $attributes)
Sets the attributes.
FormConfigBuilderInterface setDataMapper(DataMapperInterface $dataMapper = null)
Unsupported method.
This method should not be invoked.
FormConfigBuilderInterface setDisabled(Boolean $disabled)
Set whether the button is disabled.
FormConfigBuilderInterface setEmptyData(mixed $emptyData)
Unsupported method.
This method should not be invoked.
FormConfigBuilderInterface setErrorBubbling(Boolean $errorBubbling)
Unsupported method.
This method should not be invoked.
FormConfigBuilderInterface setRequired(Boolean $required)
Unsupported method.
This method should not be invoked.
FormConfigBuilderInterface setPropertyPath(null|string|PropertyPathInterface $propertyPath)
Unsupported method.
This method should not be invoked.
FormConfigBuilderInterface setMapped(Boolean $mapped)
Unsupported method.
This method should not be invoked.
FormConfigBuilderInterface setByReference(Boolean $byReference)
Unsupported method.
This method should not be invoked.
setVirtual(Boolean $virtual)
Unsupported method.
This method should not be invoked.
FormConfigBuilderInterface setCompound(Boolean $compound)
Unsupported method.
This method should not be invoked.
FormConfigBuilderInterface setType(ResolvedFormTypeInterface $type)
Sets the type of the button.
FormConfigBuilderInterface setData(array $data)
Unsupported method.
This method should not be invoked.
FormConfigBuilderInterface setDataLocked(Boolean $locked)
Unsupported method.
This method should not be invoked.
setFormFactory(FormFactoryInterface $formFactory)
Unsupported method.
This method should not be invoked.
FormConfigBuilderInterface setAction(string $action)
Unsupported method.
FormConfigBuilderInterface setMethod(string $method)
Unsupported method.
FormConfigBuilderInterface setRequestHandler(RequestHandlerInterface $requestHandler)
Unsupported method.
FormConfigBuilderInterface setAutoInitialize(Boolean $initialize)
Unsupported method.
FormConfigBuilderInterface setInheritData(Boolean $inheritData)
Unsupported method.
FormConfigInterface getFormConfig()
Builds and returns the button configuration.
EventDispatcherInterface getEventDispatcher()
Unsupported method.
string getName()
Returns the name of the form used as HTTP parameter.
null|PropertyPathInterface getPropertyPath()
Unsupported method.
Boolean getMapped()
Unsupported method.
Boolean getByReference()
Unsupported method.
Boolean getVirtual()
Unsupported method.
Boolean getCompound()
Unsupported method.
ResolvedFormTypeInterface getType()
Returns the form type used to construct the button.
DataTransformerInterface[] getViewTransformers()
Unsupported method.
DataTransformerInterface[] getModelTransformers()
Unsupported method.
DataMapperInterface getDataMapper()
Unsupported method.
Boolean getRequired()
Unsupported method.
Boolean getDisabled()
Returns whether the button is disabled.
Boolean getErrorBubbling()
Unsupported method.
mixed getEmptyData()
Unsupported method.
array getAttributes()
Returns additional attributes of the button.
Boolean hasAttribute(string $name)
Returns whether the attribute with the given name exists.
mixed getAttribute(string $name, mixed $default = null)
Returns the value of the given attribute.
mixed getData()
Unsupported method.
string getDataClass()
Unsupported method.
Boolean getDataLocked()
Unsupported method.
FormFactoryInterface getFormFactory()
Unsupported method.
string getAction()
Unsupported method.
string getMethod()
Unsupported method.
RequestHandlerInterface getRequestHandler()
Unsupported method.
Boolean getAutoInitialize()
Unsupported method.
Boolean getInheritData()
Unsupported method.
array getOptions()
Returns all options passed during the construction of the button.
Boolean hasOption(string $name)
Returns whether a specific option exists.
mixed getOption(string $name, mixed $default = null)
Returns the value of a specific option.
integer count()
Unsupported method.
EmptyIterator getIterator()
Unsupported method.
Please login to continue.