Skip to content

Instantly share code, notes, and snippets.

@ajakov
Last active February 18, 2021 12:41
<?php
// ....
public function getFormBuilder()
{
$this->formOptions['data_class'] = $this->getClass();
$formBuilder = $this->getFormContractor()->getFormBuilder(
$this->getUniqid(),
$this->formOptions
);
$this->defineFormBuilder($formBuilder);
return $formBuilder;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment