SubmitButtonBuilder
class SubmitButtonBuilder extends ButtonBuilder
A builder for {@link SubmitButton} instances.
Methods
Creates a new button builder.
Unsupported method.
Unsupported method.
Unsupported method.
Unsupported method.
Unsupported method.
Sets the value for an attribute.
Set whether the button is disabled.
Unsupported method.
Unsupported method.
Unsupported method.
Unsupported method.
Returns the form type used to construct the button.
Returns whether the attribute with the given name exists.
Returns the value of the given attribute.
Returns all options passed during the construction of the button.
Returns the value of a specific option.
Details
in ButtonBuilder at line line 63
__construct(string $name, array $options = array())
Creates a new button builder.
in ButtonBuilder at line line 84
FormBuilderInterface
add(string|integer|FormBuilderInterface $child, string|FormTypeInterface $type = null, array $options = array())
Unsupported method.
This method should not be invoked.
in ButtonBuilder at line line 100
FormBuilderInterface
create(string $name, string|FormTypeInterface $type = null, array $options = array())
Unsupported method.
This method should not be invoked.
in ButtonBuilder at line line 114
FormBuilderInterface
get(string $name)
Unsupported method.
This method should not be invoked.
in ButtonBuilder at line line 128
FormBuilderInterface
remove(string $name)
Unsupported method.
This method should not be invoked.
in ButtonBuilder at line line 140
Boolean
has(string $name)
Unsupported method.
in ButtonBuilder at line line 150
array
all()
Returns the children.
at line line 26
Form
getForm()
Creates the button.
in ButtonBuilder at line line 176
FormConfigBuilderInterface
addEventListener(string $eventName, callable $listener, integer $priority)
Unsupported method.
This method should not be invoked.
in ButtonBuilder at line line 190
FormConfigBuilderInterface
addEventSubscriber(EventSubscriberInterface $subscriber)
Unsupported method.
This method should not be invoked.
in ButtonBuilder at line line 205
FormConfigBuilderInterface
addViewTransformer(DataTransformerInterface $viewTransformer, Boolean $forcePrepend = false)
Unsupported method.
This method should not be invoked.
in ButtonBuilder at line line 217
FormConfigBuilderInterface
resetViewTransformers()
Unsupported method.
This method should not be invoked.
in ButtonBuilder at line line 232
FormConfigBuilderInterface
addModelTransformer(DataTransformerInterface $modelTransformer, Boolean $forceAppend = false)
Unsupported method.
This method should not be invoked.
in ButtonBuilder at line line 244
FormConfigBuilderInterface
resetModelTransformers()
Unsupported method.
This method should not be invoked.
in ButtonBuilder at line line 252
FormConfigBuilderInterface
setAttribute(string $name, string $value)
Sets the value for an attribute.
in ButtonBuilder at line line 260
FormConfigBuilderInterface
setAttributes(array $attributes)
Sets the attributes.
in ButtonBuilder at line line 274
FormConfigBuilderInterface
setDataMapper(DataMapperInterface $dataMapper = null)
Unsupported method.
This method should not be invoked.
in ButtonBuilder at line line 286
FormConfigBuilderInterface
setDisabled(Boolean $disabled)
Set whether the button is disabled.
in ButtonBuilder at line line 300
FormConfigBuilderInterface
setEmptyData(mixed $emptyData)
Unsupported method.
This method should not be invoked.
in ButtonBuilder at line line 314
FormConfigBuilderInterface
setErrorBubbling(Boolean $errorBubbling)
Unsupported method.
This method should not be invoked.
in ButtonBuilder at line line 328
FormConfigBuilderInterface
setRequired(Boolean $required)
Unsupported method.
This method should not be invoked.
in ButtonBuilder at line line 342
FormConfigBuilderInterface
setPropertyPath(null|string|PropertyPathInterface $propertyPath)
Unsupported method.
This method should not be invoked.
in ButtonBuilder at line line 356
FormConfigBuilderInterface
setMapped(Boolean $mapped)
Unsupported method.
This method should not be invoked.
in ButtonBuilder at line line 370
FormConfigBuilderInterface
setByReference(Boolean $byReference)
Unsupported method.
This method should not be invoked.
in ButtonBuilder at line line 384
setVirtual(Boolean $virtual)
Unsupported method.
This method should not be invoked.
in ButtonBuilder at line line 398
FormConfigBuilderInterface
setCompound(Boolean $compound)
Unsupported method.
This method should not be invoked.
in ButtonBuilder at line line 410
FormConfigBuilderInterface
setType(ResolvedFormTypeInterface $type)
Sets the type of the button.
in ButtonBuilder at line line 424
FormConfigBuilderInterface
setData(array $data)
Unsupported method.
This method should not be invoked.
in ButtonBuilder at line line 438
FormConfigBuilderInterface
setDataLocked(Boolean $locked)
Unsupported method.
This method should not be invoked.
in ButtonBuilder at line line 454
setFormFactory(FormFactoryInterface $formFactory)
Unsupported method.
This method should not be invoked.
in ButtonBuilder at line line 466
FormConfigBuilderInterface
setAction(string $action)
Unsupported method.
in ButtonBuilder at line line 478
FormConfigBuilderInterface
setMethod(string $method)
Unsupported method.
in ButtonBuilder at line line 490
FormConfigBuilderInterface
setRequestHandler(RequestHandlerInterface $requestHandler)
Unsupported method.
in ButtonBuilder at line line 502
FormConfigBuilderInterface
setAutoInitialize(Boolean $initialize)
Unsupported method.
in ButtonBuilder at line line 518
FormConfigBuilderInterface
setInheritData(Boolean $inheritData)
Unsupported method.
in ButtonBuilder at line line 528
FormConfigInterface
getFormConfig()
Builds and returns the button configuration.
in ButtonBuilder at line line 542
EventDispatcherInterface
getEventDispatcher()
Unsupported method.
in ButtonBuilder at line line 550
string
getName()
Returns the name of the form used as HTTP parameter.
in ButtonBuilder at line line 560
null|PropertyPathInterface
getPropertyPath()
Unsupported method.
in ButtonBuilder at line line 570
Boolean
getMapped()
Unsupported method.
in ButtonBuilder at line line 580
Boolean
getByReference()
Unsupported method.
in ButtonBuilder at line line 590
Boolean
getVirtual()
Unsupported method.
in ButtonBuilder at line line 600
Boolean
getCompound()
Unsupported method.
in ButtonBuilder at line line 610
ResolvedFormTypeInterface
getType()
Returns the form type used to construct the button.
in ButtonBuilder at line line 620
DataTransformerInterface[]
getViewTransformers()
Unsupported method.
in ButtonBuilder at line line 630
DataTransformerInterface[]
getModelTransformers()
Unsupported method.
in ButtonBuilder at line line 640
DataMapperInterface
getDataMapper()
Unsupported method.
in ButtonBuilder at line line 650
Boolean
getRequired()
Unsupported method.
in ButtonBuilder at line line 660
Boolean
getDisabled()
Returns whether the button is disabled.
in ButtonBuilder at line line 670
Boolean
getErrorBubbling()
Unsupported method.
in ButtonBuilder at line line 680
mixed
getEmptyData()
Unsupported method.
in ButtonBuilder at line line 690
array
getAttributes()
Returns additional attributes of the button.
in ButtonBuilder at line line 702
Boolean
hasAttribute(string $name)
Returns whether the attribute with the given name exists.
in ButtonBuilder at line line 715
mixed
getAttribute(string $name, mixed $default = null)
Returns the value of the given attribute.
in ButtonBuilder at line line 725
mixed
getData()
Unsupported method.
in ButtonBuilder at line line 735
string
getDataClass()
Unsupported method.
in ButtonBuilder at line line 745
Boolean
getDataLocked()
Unsupported method.
in ButtonBuilder at line line 755
FormFactoryInterface
getFormFactory()
Unsupported method.
in ButtonBuilder at line line 765
string
getAction()
Unsupported method.
in ButtonBuilder at line line 775
string
getMethod()
Unsupported method.
in ButtonBuilder at line line 785
RequestHandlerInterface
getRequestHandler()
Unsupported method.
in ButtonBuilder at line line 795
Boolean
getAutoInitialize()
Unsupported method.
in ButtonBuilder at line line 805
Boolean
getInheritData()
Unsupported method.
in ButtonBuilder at line line 815
array
getOptions()
Returns all options passed during the construction of the button.
in ButtonBuilder at line line 827
Boolean
hasOption(string $name)
Returns whether a specific option exists.
in ButtonBuilder at line line 840
mixed
getOption(string $name, mixed $default = null)
Returns the value of a specific option.
in ButtonBuilder at line line 850
integer
count()
Unsupported method.
in ButtonBuilder at line line 860
EmptyIterator
getIterator()
Unsupported method.