Skip to content

Instantly share code, notes, and snippets.

@tobalsan
Created July 29, 2014 11:34
Show Gist options
  • Save tobalsan/7c18fe89d87f314bdf8e to your computer and use it in GitHub Desktop.
Save tobalsan/7c18fe89d87f314bdf8e to your computer and use it in GitHub Desktop.
<?php
$form = $this->get('form.factory')->createNamedBuilder('profil_candidat', 'form', null, array(
'constraints' => $collectionConstraint,
))
->add('name', 'text')
->add('email', 'email')
->getForm();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment