Skip to content

Instantly share code, notes, and snippets.

View joshavg's full-sized avatar

Josha von Gizycki joshavg

View GitHub Profile
@DavidBadura
DavidBadura / DataListExtension.php
Created May 15, 2015 12:46
Symfony2 Datalist Extension
<?php
namespace AppBundle\Form\Extension;
use Symfony\Component\Form\AbstractTypeExtension;
use Symfony\Component\Form\FormInterface;
use Symfony\Component\Form\FormView;
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
/**