FormBuilderInterface
createBuilderForProperty(string $class, string $property, mixed $data = null, array $options = array())
Returns a form builder for a property of a class. If any of the 'required' and type options can be guessed, and are not provided in the options argument, the guessed value is used.
Parameters string $class The fully qualified class name string $property The name of the property to guess for mixed $data The initial data array $options The options for the