PersistentToken::getUsername()

string getUsername() Returns the username. Return Value string

Component\Form\Extension\Core\DataMapper

Classes PropertyPathMapper A data mapper using property paths to read/write data.

ContainerBuilder::findTags()

array findTags() Returns all tags the defined services use. Return Value array An array of tags

Button::offsetSet()

offsetSet(mixed $offset, mixed $value) Unsupported method. This method should not be invoked. Parameters mixed $offset mixed $value Exceptions BadMethodCallException

AttributeMetadataInterface::getGroups()

string[] getGroups() Gets groups of this attribute. Return Value string[]

ArrayChoiceList::getValues()

string[] getValues() Returns the values for the choices. The values are strings that do not contain duplicates. Return Value string[] The choice values

FormTypeInterface::configureOptions()

configureOptions(OptionsResolver $resolver) Configures the options for this type. Parameters OptionsResolver $resolver The resolver for the options

LegacyChoiceListAdapter deprecated

class LegacyChoiceListAdapter implements ChoiceListInterface deprecated Added for backwards compatibility in Symfony 2.7, to be removed in Symfony 3.0. Adapts a legacy choice list implementation to {@link ChoiceListInterface}. Methods __construct(ChoiceListInterface $adaptedList) Adapts a legacy choice list to {@link ChoiceListInterface}. array getChoices() Returns all selectable choices. string[] getValues() Returns the values for the choices. string[] getStructuredVa

Session::getIterator()

ArrayIterator getIterator() Returns an iterator for attributes. Return Value ArrayIterator An \ArrayIterator instance

FormInterface::getErrors()

FormErrorIterator getErrors(bool $deep = false, bool $flatten = true) Returns the errors of this form. Parameters bool $deep Whether to include errors of child forms as well bool $flatten Whether to flatten the list of errors in case $deep is set to true Return Value FormErrorIterator An iterator over the {@link FormError} instances that where added to this form