Skip to content

Instantly share code, notes, and snippets.

@rileyrg
Created May 29, 2017 13:59
Show Gist options
  • Save rileyrg/673501f832df0569f8189bc2ece71a1f to your computer and use it in GitHub Desktop.
Save rileyrg/673501f832df0569f8189bc2ece71a1f to your computer and use it in GitHub Desktop.
->add("eyeColor", EntityType::class, [
'required' => false,
'class' => 'AppBundle\Entity\EyeColor',
'placeholder' => 'Choose an eye color',
"label" => "person.eyecolour",
'query_builder' => function (EyeColourRepository $repo) {
return $repo->createAlphaEyeColours();
},
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment