Method | Description | |
---|---|---|
__construct ( Symfony\Component\HttpKernel\DataCollector\Util\ValueExporter $valueExporter = null, $triggerDeprecationNotice = true ) | Constructs a new data extractor. | |
extractConfiguration ( Symfony\Component\Form\FormInterface $form ) | ||
extractDefaultData ( Symfony\Component\Form\FormInterface $form ) | ||
extractSubmittedData ( Symfony\Component\Form\FormInterface $form ) | ||
extractViewVariables ( Symfony\Component\Form\FormView $view ) |
Method | Description | |
---|---|---|
buildId ( Symfony\Component\Form\FormInterface $form ) : string | Recursively builds an HTML ID for a form. |
public __construct ( Symfony\Component\HttpKernel\DataCollector\Util\ValueExporter $valueExporter = null, $triggerDeprecationNotice = true ) | ||
$valueExporter | Symfony\Component\HttpKernel\DataCollector\Util\ValueExporter |
public extractConfiguration ( Symfony\Component\Form\FormInterface $form ) | ||
$form | Symfony\Component\Form\FormInterface |
public extractDefaultData ( Symfony\Component\Form\FormInterface $form ) | ||
$form | Symfony\Component\Form\FormInterface |
public extractSubmittedData ( Symfony\Component\Form\FormInterface $form ) | ||
$form | Symfony\Component\Form\FormInterface |
public extractViewVariables ( Symfony\Component\Form\FormView $view ) | ||
$view | Symfony\Component\Form\FormView |