Method | Description | |
---|---|---|
getSubscribedEvents ( ) : array | Gets the events which the class is subscribed to. | |
preSetData ( Symfony\Component\Form\FormEvent $event ) | This method is called during the Form::setData() call and removes the options that are not allowed for persistent pages. |
public static getSubscribedEvents ( ) : array | ||
return | array | The array of events and methods to call. |
public preSetData ( Symfony\Component\Form\FormEvent $event ) | ||
$event | Symfony\Component\Form\FormEvent | The form event launched. |