History::current()

Request current() Returns the current element in the history. Return Value Request A Request instance Exceptions LogicException if the stack is empty

ConstraintViolationListInterface::remove()

remove(int $offset) Removes a violation at a given offset. Parameters int $offset The offset to remove

Table::getStyleDefinition()

static TableStyle getStyleDefinition(string $name) Gets a style definition by name. Parameters string $name The style name Return Value TableStyle A TableStyle instance

AttributeBag::remove()

mixed remove(string $name) Removes an attribute. Parameters string $name Return Value mixed The removed value or null when it does not exist

FormConfigInterface::getPropertyPath()

null|PropertyPathInterface getPropertyPath() Returns the property path that the form should be mapped to. Return Value null|PropertyPathInterface The property path

ChoiceType

class ChoiceType extends AbstractType Methods buildForm(FormBuilderInterface $builder, array $options) Builds the form. buildView(FormView $view, FormInterface $form, array $options) Builds the form view. finishView(FormView $view, FormInterface $form, array $options) Finishes the form view. configureOptions(OptionsResolver $resolver) Configures the options for this type. string getBlockPrefix() Returns the prefix of the template block name for this type. string|null

PropertyAccessExtractorInterface::isReadable()

bool|null isReadable(string $class, string $property, array $context = array()) Is the property readable? Parameters string $class string $property array $context Return Value bool|null

Acl::addPropertyChangedListener()

addPropertyChangedListener(PropertyChangedListener $listener) Adds a property changed listener Parameters PropertyChangedListener $listener

FormError::getOrigin()

FormInterface getOrigin() Returns the form that caused this error. Return Value FormInterface The form that caused this error

Locale deprecated::getIcuDataVersion()

static string getIcuDataVersion() Returns the ICU data version that ships with Symfony. If the environment variable USEINTLICUDATAVERSION is defined, it will try use the ICU data version as defined by the intl extension, if available. Return Value string The ICU data version that ships with Symfony