Button::count()

int count() Unsupported method. Return Value int Always returns 0

Button::createView()

FormView createView(FormView $parent = null) Creates a view. Parameters FormView $parent The parent view Return Value FormView The view

Button::addError()

FormInterface addError(FormError $error) Unsupported method. Parameters FormError $error Return Value FormInterface The form instance Exceptions BadMethodCallException

Button::all()

FormInterface[] all() Returns all children in this group. Return Value FormInterface[] An array of FormInterface instances

Button::add()

FormInterface add(FormInterface|string|int $child, string|null $type = null, array $options = array()) Unsupported method. This method should not be invoked. Parameters FormInterface|string|int $child The FormInterface instance or the name of the child string|null $type The child's type, if a name was passed array $options The child's options, if a name was passed Return Value FormInterface The form instance Exceptions BadMethodCallException

Button

class Button implements IteratorAggregate, FormInterface A form button. Methods __construct(FormConfigInterface $config) Creates a new button from a form configuration. bool offsetExists(mixed $offset) Unsupported method. offsetGet(mixed $offset) Unsupported method. offsetSet(mixed $offset, mixed $value) Unsupported method. offsetUnset(mixed $offset) Unsupported method. FormInterface setParent(FormInterface $parent = null) Sets the parent form. FormInterface|n

Bundle\WebProfilerBundle\EventListener

Classes WebDebugToolbarListener WebDebugToolbarListener injects the Web Debug Toolbar.

Bundle\WebProfilerBundle\DependencyInjection

Classes Configuration This class contains the configuration information for the bundle WebProfilerExtension WebProfilerExtension.

Bundle\WebProfilerBundle\Twig

Classes WebProfilerExtension Twig extension for the profiler

Bundle\WebProfilerBundle\Profiler

Classes TemplateManager Profiler Templates Manager