class ButtonBuilder implements IteratorAggregate, FormBuilderInterface
A builder for {@link Button} instances.
Methods
__construct(string $name, array $options = array()) Creates a new button builder.
FormBuilderInterface add(string|int|FormBuilderInterface $child, string|null $type = null, array $options = array()) Unsupported method.
FormBuilderInterface create(string $name, string|null $type = null, array $options = array()) Unsupported method.
FormBuilderInterface get(