Skip to content

Instantly share code, notes, and snippets.

<?php
namespace ACME\ExampleBundle\Listener;
use Gedmo\Translatable\TranslatableListener as Listener;
use Symfony\Component\HttpKernel\Event\GetResponseEvent;
use Symfony\Component\DependencyInjection\ContainerInterface;
/**
* TranslationListener
<?php
namespace ExampleBundle\Form;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\FormBuilder;
use Symfony\Component\DependencyInjection\ContainerInterface;
use ExampleBundle\Form\EventListener\addTranslatedFieldSubscriber;