Using Symfony2 entity field type one should specify property option:
property
$builder->add(\'customers\', \'entity\', array( \'multiple\' =>
Passing a closure does not work yet, but will be added to Symfony soon: https://github.com/symfony/symfony/issues/4067