PageRenderTime 66ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 1ms

/app/cache/dev/appDevDebugProjectContainer.php

https://github.com/lenybernard/anakin
PHP | 2551 lines | 1191 code | 210 blank | 1150 comment | 4 complexity | 193ce07ae6365a198106a93b2235905a MD5 | raw file
  1. <?php
  2. use Symfony\Component\DependencyInjection\ContainerInterface;
  3. use Symfony\Component\DependencyInjection\Container;
  4. use Symfony\Component\DependencyInjection\Exception\InactiveScopeException;
  5. use Symfony\Component\DependencyInjection\Reference;
  6. use Symfony\Component\DependencyInjection\Parameter;
  7. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  8. /**
  9. * appDevDebugProjectContainer
  10. *
  11. * This class has been auto-generated
  12. * by the Symfony Dependency Injection Component.
  13. */
  14. class appDevDebugProjectContainer extends Container
  15. {
  16. /**
  17. * Constructor.
  18. */
  19. public function __construct()
  20. {
  21. $this->parameters = $this->getDefaultParameters();
  22. $this->services =
  23. $this->scopedServices =
  24. $this->scopeStacks = array();
  25. $this->set('service_container', $this);
  26. $this->scopes = array('request' => 'container');
  27. $this->scopeChildren = array('request' => array());
  28. }
  29. /**
  30. * Gets the 'acme.demo.listener' service.
  31. *
  32. * This service is shared.
  33. * This method always returns the same instance of the service.
  34. *
  35. * @return Acme\DemoBundle\ControllerListener A Acme\DemoBundle\ControllerListener instance.
  36. */
  37. protected function getAcme_Demo_ListenerService()
  38. {
  39. return $this->services['acme.demo.listener'] = new \Acme\DemoBundle\ControllerListener($this->get('twig.extension.acme.demo'));
  40. }
  41. /**
  42. * Gets the 'annotation_reader' service.
  43. *
  44. * This service is shared.
  45. * This method always returns the same instance of the service.
  46. *
  47. * @return Doctrine\Common\Annotations\FileCacheReader A Doctrine\Common\Annotations\FileCacheReader instance.
  48. */
  49. protected function getAnnotationReaderService()
  50. {
  51. return $this->services['annotation_reader'] = new \Doctrine\Common\Annotations\FileCacheReader(new \Doctrine\Common\Annotations\AnnotationReader(), '/Users/lenybernard/Workspace/labo/anakin/app/cache/dev/annotations', true);
  52. }
  53. /**
  54. * Gets the 'assetic.asset_manager' service.
  55. *
  56. * This service is shared.
  57. * This method always returns the same instance of the service.
  58. *
  59. * @return Assetic\Factory\LazyAssetManager A Assetic\Factory\LazyAssetManager instance.
  60. */
  61. protected function getAssetic_AssetManagerService()
  62. {
  63. $a = $this->get('templating.loader');
  64. $this->services['assetic.asset_manager'] = $instance = new \Assetic\Factory\LazyAssetManager($this->get('assetic.asset_factory'), array('twig' => new \Assetic\Factory\Loader\CachedFormulaLoader(new \Assetic\Extension\Twig\TwigFormulaLoader($this->get('twig')), new \Assetic\Cache\ConfigCache('/Users/lenybernard/Workspace/labo/anakin/app/cache/dev/assetic/config'), true)));
  65. $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'FrameworkBundle', '/Users/lenybernard/Workspace/labo/anakin/app/Resources/FrameworkBundle/views', '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'FrameworkBundle', '/Users/lenybernard/Workspace/labo/anakin/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views', '/\\.[^.]+\\.twig$/'))), 'twig');
  66. $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SecurityBundle', '/Users/lenybernard/Workspace/labo/anakin/app/Resources/SecurityBundle/views', '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SecurityBundle', '/Users/lenybernard/Workspace/labo/anakin/vendor/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views', '/\\.[^.]+\\.twig$/'))), 'twig');
  67. $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'TwigBundle', '/Users/lenybernard/Workspace/labo/anakin/app/Resources/TwigBundle/views', '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'TwigBundle', '/Users/lenybernard/Workspace/labo/anakin/vendor/symfony/src/Symfony/Bundle/TwigBundle/Resources/views', '/\\.[^.]+\\.twig$/'))), 'twig');
  68. $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'MonologBundle', '/Users/lenybernard/Workspace/labo/anakin/app/Resources/MonologBundle/views', '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'MonologBundle', '/Users/lenybernard/Workspace/labo/anakin/vendor/symfony/src/Symfony/Bundle/MonologBundle/Resources/views', '/\\.[^.]+\\.twig$/'))), 'twig');
  69. $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SwiftmailerBundle', '/Users/lenybernard/Workspace/labo/anakin/app/Resources/SwiftmailerBundle/views', '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SwiftmailerBundle', '/Users/lenybernard/Workspace/labo/anakin/vendor/symfony/src/Symfony/Bundle/SwiftmailerBundle/Resources/views', '/\\.[^.]+\\.twig$/'))), 'twig');
  70. $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'DoctrineBundle', '/Users/lenybernard/Workspace/labo/anakin/app/Resources/DoctrineBundle/views', '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'DoctrineBundle', '/Users/lenybernard/Workspace/labo/anakin/vendor/symfony/src/Symfony/Bundle/DoctrineBundle/Resources/views', '/\\.[^.]+\\.twig$/'))), 'twig');
  71. $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'AsseticBundle', '/Users/lenybernard/Workspace/labo/anakin/app/Resources/AsseticBundle/views', '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'AsseticBundle', '/Users/lenybernard/Workspace/labo/anakin/vendor/bundles/Symfony/Bundle/AsseticBundle/Resources/views', '/\\.[^.]+\\.twig$/'))), 'twig');
  72. $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SensioFrameworkExtraBundle', '/Users/lenybernard/Workspace/labo/anakin/app/Resources/SensioFrameworkExtraBundle/views', '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SensioFrameworkExtraBundle', '/Users/lenybernard/Workspace/labo/anakin/vendor/bundles/Sensio/Bundle/FrameworkExtraBundle/Resources/views', '/\\.[^.]+\\.twig$/'))), 'twig');
  73. $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'JMSSecurityExtraBundle', '/Users/lenybernard/Workspace/labo/anakin/app/Resources/JMSSecurityExtraBundle/views', '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'JMSSecurityExtraBundle', '/Users/lenybernard/Workspace/labo/anakin/vendor/bundles/JMS/SecurityExtraBundle/Resources/views', '/\\.[^.]+\\.twig$/'))), 'twig');
  74. $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'AcmeDemoBundle', '/Users/lenybernard/Workspace/labo/anakin/app/Resources/AcmeDemoBundle/views', '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'AcmeDemoBundle', '/Users/lenybernard/Workspace/labo/anakin/src/Acme/DemoBundle/Resources/views', '/\\.[^.]+\\.twig$/'))), 'twig');
  75. $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'WebProfilerBundle', '/Users/lenybernard/Workspace/labo/anakin/app/Resources/WebProfilerBundle/views', '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'WebProfilerBundle', '/Users/lenybernard/Workspace/labo/anakin/vendor/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views', '/\\.[^.]+\\.twig$/'))), 'twig');
  76. $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SensioDistributionBundle', '/Users/lenybernard/Workspace/labo/anakin/app/Resources/SensioDistributionBundle/views', '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SensioDistributionBundle', '/Users/lenybernard/Workspace/labo/anakin/vendor/bundles/Sensio/Bundle/DistributionBundle/Resources/views', '/\\.[^.]+\\.twig$/'))), 'twig');
  77. $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SensioGeneratorBundle', '/Users/lenybernard/Workspace/labo/anakin/app/Resources/SensioGeneratorBundle/views', '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SensioGeneratorBundle', '/Users/lenybernard/Workspace/labo/anakin/vendor/bundles/Sensio/Bundle/GeneratorBundle/Resources/views', '/\\.[^.]+\\.twig$/'))), 'twig');
  78. $instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, '', '/Users/lenybernard/Workspace/labo/anakin/app/Resources/views', '/\\.[^.]+\\.twig$/'), 'twig');
  79. return $instance;
  80. }
  81. /**
  82. * Gets the 'assetic.controller' service.
  83. *
  84. * @return Symfony\Bundle\AsseticBundle\Controller\AsseticController A Symfony\Bundle\AsseticBundle\Controller\AsseticController instance.
  85. */
  86. protected function getAssetic_ControllerService()
  87. {
  88. return new \Symfony\Bundle\AsseticBundle\Controller\AsseticController($this->get('request'), $this->get('assetic.asset_manager'), $this->get('assetic.cache'), false, $this->get('profiler'));
  89. }
  90. /**
  91. * Gets the 'assetic.filter.cssrewrite' service.
  92. *
  93. * This service is shared.
  94. * This method always returns the same instance of the service.
  95. *
  96. * @return Assetic\Filter\CssRewriteFilter A Assetic\Filter\CssRewriteFilter instance.
  97. */
  98. protected function getAssetic_Filter_CssrewriteService()
  99. {
  100. return $this->services['assetic.filter.cssrewrite'] = new \Assetic\Filter\CssRewriteFilter();
  101. }
  102. /**
  103. * Gets the 'assetic.filter_manager' service.
  104. *
  105. * This service is shared.
  106. * This method always returns the same instance of the service.
  107. *
  108. * @return Symfony\Bundle\AsseticBundle\FilterManager A Symfony\Bundle\AsseticBundle\FilterManager instance.
  109. */
  110. protected function getAssetic_FilterManagerService()
  111. {
  112. return $this->services['assetic.filter_manager'] = new \Symfony\Bundle\AsseticBundle\FilterManager($this, array('cssrewrite' => 'assetic.filter.cssrewrite'));
  113. }
  114. /**
  115. * Gets the 'assetic.request_listener' service.
  116. *
  117. * This service is shared.
  118. * This method always returns the same instance of the service.
  119. *
  120. * @return Symfony\Bundle\AsseticBundle\EventListener\RequestListener A Symfony\Bundle\AsseticBundle\EventListener\RequestListener instance.
  121. */
  122. protected function getAssetic_RequestListenerService()
  123. {
  124. return $this->services['assetic.request_listener'] = new \Symfony\Bundle\AsseticBundle\EventListener\RequestListener();
  125. }
  126. /**
  127. * Gets the 'cache_warmer' service.
  128. *
  129. * This service is shared.
  130. * This method always returns the same instance of the service.
  131. *
  132. * @return Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate A Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate instance.
  133. */
  134. protected function getCacheWarmerService()
  135. {
  136. $a = $this->get('kernel');
  137. $b = $this->get('templating.name_parser');
  138. $c = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder($a, $b, '/Users/lenybernard/Workspace/labo/anakin/app/Resources');
  139. return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(array(0 => new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer($c, $this->get('templating.locator')), 1 => new \Symfony\Bundle\AsseticBundle\CacheWarmer\AssetManagerCacheWarmer($this), 2 => new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer($this->get('router')), 3 => new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer($this, $c), 4 => new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer($this->get('doctrine'))));
  140. }
  141. /**
  142. * Gets the 'data_collector.request' service.
  143. *
  144. * This service is shared.
  145. * This method always returns the same instance of the service.
  146. *
  147. * @return Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector A Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector instance.
  148. */
  149. protected function getDataCollector_RequestService()
  150. {
  151. return $this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector();
  152. }
  153. /**
  154. * Gets the 'doctrine' service.
  155. *
  156. * This service is shared.
  157. * This method always returns the same instance of the service.
  158. *
  159. * @return Symfony\Bundle\DoctrineBundle\Registry A Symfony\Bundle\DoctrineBundle\Registry instance.
  160. */
  161. protected function getDoctrineService()
  162. {
  163. return $this->services['doctrine'] = new \Symfony\Bundle\DoctrineBundle\Registry($this, array('default' => 'doctrine.dbal.default_connection'), array('default' => 'doctrine.orm.default_entity_manager'), 'default', 'default');
  164. }
  165. /**
  166. * Gets the 'doctrine.dbal.connection_factory' service.
  167. *
  168. * This service is shared.
  169. * This method always returns the same instance of the service.
  170. *
  171. * @return Symfony\Bundle\DoctrineBundle\ConnectionFactory A Symfony\Bundle\DoctrineBundle\ConnectionFactory instance.
  172. */
  173. protected function getDoctrine_Dbal_ConnectionFactoryService()
  174. {
  175. return $this->services['doctrine.dbal.connection_factory'] = new \Symfony\Bundle\DoctrineBundle\ConnectionFactory(array());
  176. }
  177. /**
  178. * Gets the 'doctrine.dbal.default_connection' service.
  179. *
  180. * This service is shared.
  181. * This method always returns the same instance of the service.
  182. *
  183. * @return stdClass A stdClass instance.
  184. */
  185. protected function getDoctrine_Dbal_DefaultConnectionService()
  186. {
  187. $a = new \Doctrine\DBAL\Configuration();
  188. $a->setSQLLogger($this->get('doctrine.dbal.logger'));
  189. $b = new \Doctrine\Common\EventManager();
  190. $b->addEventSubscriber(new \Doctrine\DBAL\Event\Listeners\MysqlSessionInit('UTF8'));
  191. return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('dbname' => 'anakin', 'host' => 'localhost', 'port' => '', 'user' => 'root', 'password' => 'root', 'driver' => 'pdo_mysql', 'driverOptions' => array()), $a, $b, array());
  192. }
  193. /**
  194. * Gets the 'doctrine.orm.default_entity_manager' service.
  195. *
  196. * This service is shared.
  197. * This method always returns the same instance of the service.
  198. *
  199. * @return Doctrine\ORM\EntityManager A Doctrine\ORM\EntityManager instance.
  200. */
  201. protected function getDoctrine_Orm_DefaultEntityManagerService()
  202. {
  203. $a = new \Doctrine\Common\Cache\ArrayCache();
  204. $a->setNamespace('sf2orm_default_7f7146cd54f8e41ae01b7b8c2601a14b');
  205. $b = new \Doctrine\Common\Cache\ArrayCache();
  206. $b->setNamespace('sf2orm_default_7f7146cd54f8e41ae01b7b8c2601a14b');
  207. $c = new \Doctrine\Common\Cache\ArrayCache();
  208. $c->setNamespace('sf2orm_default_7f7146cd54f8e41ae01b7b8c2601a14b');
  209. $d = new \Doctrine\ORM\Mapping\Driver\DriverChain();
  210. $d->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(new \Symfony\Bridge\Doctrine\Annotations\IndexedReader($this->get('annotation_reader')), array(0 => '/Users/lenybernard/Workspace/labo/anakin/src/Acme/DemoBundle/Entity')), 'Acme\\DemoBundle\\Entity');
  211. $e = new \Doctrine\ORM\Configuration();
  212. $e->setEntityNamespaces(array('AcmeDemoBundle' => 'Acme\\DemoBundle\\Entity'));
  213. $e->setMetadataCacheImpl($a);
  214. $e->setQueryCacheImpl($b);
  215. $e->setResultCacheImpl($c);
  216. $e->setMetadataDriverImpl($d);
  217. $e->setProxyDir('/Users/lenybernard/Workspace/labo/anakin/app/cache/dev/doctrine/orm/Proxies');
  218. $e->setProxyNamespace('Proxies');
  219. $e->setAutoGenerateProxyClasses(true);
  220. $e->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  221. return $this->services['doctrine.orm.default_entity_manager'] = call_user_func(array('Doctrine\\ORM\\EntityManager', 'create'), $this->get('doctrine.dbal.default_connection'), $e);
  222. }
  223. /**
  224. * Gets the 'doctrine.orm.validator.unique' service.
  225. *
  226. * This service is shared.
  227. * This method always returns the same instance of the service.
  228. *
  229. * @return Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator A Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator instance.
  230. */
  231. protected function getDoctrine_Orm_Validator_UniqueService()
  232. {
  233. return $this->services['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator($this->get('doctrine'));
  234. }
  235. /**
  236. * Gets the 'doctrine.orm.validator_initializer' service.
  237. *
  238. * This service is shared.
  239. * This method always returns the same instance of the service.
  240. *
  241. * @return Symfony\Bridge\Doctrine\Validator\EntityInitializer A Symfony\Bridge\Doctrine\Validator\EntityInitializer instance.
  242. */
  243. protected function getDoctrine_Orm_ValidatorInitializerService()
  244. {
  245. return $this->services['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\EntityInitializer($this->get('doctrine'));
  246. }
  247. /**
  248. * Gets the 'event_dispatcher' service.
  249. *
  250. * This service is shared.
  251. * This method always returns the same instance of the service.
  252. *
  253. * @return Symfony\Bundle\FrameworkBundle\Debug\TraceableEventDispatcher A Symfony\Bundle\FrameworkBundle\Debug\TraceableEventDispatcher instance.
  254. */
  255. protected function getEventDispatcherService()
  256. {
  257. $this->services['event_dispatcher'] = $instance = new \Symfony\Bundle\FrameworkBundle\Debug\TraceableEventDispatcher($this, $this->get('monolog.logger.event'));
  258. $instance->addListenerService('kernel.request', array(0 => 'router_listener', 1 => 'onEarlyKernelRequest'), 255);
  259. $instance->addListenerService('kernel.request', array(0 => 'router_listener', 1 => 'onKernelRequest'), 0);
  260. $instance->addListenerService('kernel.response', array(0 => 'response_listener', 1 => 'onKernelResponse'), 0);
  261. $instance->addListenerService('kernel.request', array(0 => 'session_listener', 1 => 'onKernelRequest'), 128);
  262. $instance->addListenerService('kernel.response', array(0 => 'profiler_listener', 1 => 'onKernelResponse'), -100);
  263. $instance->addListenerService('kernel.exception', array(0 => 'profiler_listener', 1 => 'onKernelException'), 0);
  264. $instance->addListenerService('kernel.request', array(0 => 'profiler_listener', 1 => 'onKernelRequest'), 1024);
  265. $instance->addListenerService('kernel.controller', array(0 => 'data_collector.request', 1 => 'onKernelController'), 0);
  266. $instance->addListenerService('kernel.request', array(0 => 'security.firewall', 1 => 'onKernelRequest'), 64);
  267. $instance->addListenerService('kernel.response', array(0 => 'security.rememberme.response_listener', 1 => 'onKernelResponse'), 0);
  268. $instance->addListenerService('kernel.exception', array(0 => 'twig.exception_listener', 1 => 'onKernelException'), -128);
  269. $instance->addListenerService('kernel.response', array(0 => 'monolog.handler.firephp', 1 => 'onKernelResponse'), 0);
  270. $instance->addListenerService('kernel.request', array(0 => 'assetic.request_listener', 1 => 'onKernelRequest'), 0);
  271. $instance->addListenerService('kernel.controller', array(0 => 'sensio_framework_extra.controller.listener', 1 => 'onKernelController'), 0);
  272. $instance->addListenerService('kernel.controller', array(0 => 'sensio_framework_extra.converter.listener', 1 => 'onKernelController'), 0);
  273. $instance->addListenerService('kernel.controller', array(0 => 'sensio_framework_extra.view.listener', 1 => 'onKernelController'), 0);
  274. $instance->addListenerService('kernel.view', array(0 => 'sensio_framework_extra.view.listener', 1 => 'onKernelView'), 0);
  275. $instance->addListenerService('kernel.response', array(0 => 'sensio_framework_extra.cache.listener', 1 => 'onKernelResponse'), 0);
  276. $instance->addListenerService('kernel.controller', array(0 => 'security.extra.controller_listener', 1 => 'onCoreController'), -255);
  277. $instance->addListenerService('kernel.controller', array(0 => 'acme.demo.listener', 1 => 'onKernelController'), 0);
  278. $instance->addListenerService('kernel.response', array(0 => 'web_profiler.debug_toolbar', 1 => 'onKernelResponse'), -128);
  279. return $instance;
  280. }
  281. /**
  282. * Gets the 'file_locator' service.
  283. *
  284. * This service is shared.
  285. * This method always returns the same instance of the service.
  286. *
  287. * @return Symfony\Component\HttpKernel\Config\FileLocator A Symfony\Component\HttpKernel\Config\FileLocator instance.
  288. */
  289. protected function getFileLocatorService()
  290. {
  291. return $this->services['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator($this->get('kernel'), '/Users/lenybernard/Workspace/labo/anakin/app/Resources');
  292. }
  293. /**
  294. * Gets the 'filesystem' service.
  295. *
  296. * This service is shared.
  297. * This method always returns the same instance of the service.
  298. *
  299. * @return Symfony\Component\Filesystem\Filesystem A Symfony\Component\Filesystem\Filesystem instance.
  300. */
  301. protected function getFilesystemService()
  302. {
  303. return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  304. }
  305. /**
  306. * Gets the 'form.csrf_provider' service.
  307. *
  308. * This service is shared.
  309. * This method always returns the same instance of the service.
  310. *
  311. * @return Symfony\Component\Form\Extension\Csrf\CsrfProvider\SessionCsrfProvider A Symfony\Component\Form\Extension\Csrf\CsrfProvider\SessionCsrfProvider instance.
  312. */
  313. protected function getForm_CsrfProviderService()
  314. {
  315. return $this->services['form.csrf_provider'] = new \Symfony\Component\Form\Extension\Csrf\CsrfProvider\SessionCsrfProvider($this->get('session'), 'ThisTokenIsNotSoSecretChangeIt');
  316. }
  317. /**
  318. * Gets the 'form.factory' service.
  319. *
  320. * This service is shared.
  321. * This method always returns the same instance of the service.
  322. *
  323. * @return Symfony\Component\Form\FormFactory A Symfony\Component\Form\FormFactory instance.
  324. */
  325. protected function getForm_FactoryService()
  326. {
  327. return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(array(0 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension($this, array('field' => 'form.type.field', 'form' => 'form.type.form', 'birthday' => 'form.type.birthday', 'checkbox' => 'form.type.checkbox', 'choice' => 'form.type.choice', 'collection' => 'form.type.collection', 'country' => 'form.type.country', 'date' => 'form.type.date', 'datetime' => 'form.type.datetime', 'email' => 'form.type.email', 'file' => 'form.type.file', 'hidden' => 'form.type.hidden', 'integer' => 'form.type.integer', 'language' => 'form.type.language', 'locale' => 'form.type.locale', 'money' => 'form.type.money', 'number' => 'form.type.number', 'password' => 'form.type.password', 'percent' => 'form.type.percent', 'radio' => 'form.type.radio', 'repeated' => 'form.type.repeated', 'search' => 'form.type.search', 'textarea' => 'form.type.textarea', 'text' => 'form.type.text', 'time' => 'form.type.time', 'timezone' => 'form.type.timezone', 'url' => 'form.type.url', 'csrf' => 'form.type.csrf', 'entity' => 'form.type.entity'), array('field' => array(0 => 'form.type_extension.field'), 'form' => array(0 => 'form.type_extension.csrf')), array(0 => 'form.type_guesser.validator', 1 => 'form.type_guesser.doctrine'))));
  328. }
  329. /**
  330. * Gets the 'form.type.birthday' service.
  331. *
  332. * This service is shared.
  333. * This method always returns the same instance of the service.
  334. *
  335. * @return Symfony\Component\Form\Extension\Core\Type\BirthdayType A Symfony\Component\Form\Extension\Core\Type\BirthdayType instance.
  336. */
  337. protected function getForm_Type_BirthdayService()
  338. {
  339. return $this->services['form.type.birthday'] = new \Symfony\Component\Form\Extension\Core\Type\BirthdayType();
  340. }
  341. /**
  342. * Gets the 'form.type.checkbox' service.
  343. *
  344. * This service is shared.
  345. * This method always returns the same instance of the service.
  346. *
  347. * @return Symfony\Component\Form\Extension\Core\Type\CheckboxType A Symfony\Component\Form\Extension\Core\Type\CheckboxType instance.
  348. */
  349. protected function getForm_Type_CheckboxService()
  350. {
  351. return $this->services['form.type.checkbox'] = new \Symfony\Component\Form\Extension\Core\Type\CheckboxType();
  352. }
  353. /**
  354. * Gets the 'form.type.choice' service.
  355. *
  356. * This service is shared.
  357. * This method always returns the same instance of the service.
  358. *
  359. * @return Symfony\Component\Form\Extension\Core\Type\ChoiceType A Symfony\Component\Form\Extension\Core\Type\ChoiceType instance.
  360. */
  361. protected function getForm_Type_ChoiceService()
  362. {
  363. return $this->services['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType();
  364. }
  365. /**
  366. * Gets the 'form.type.collection' service.
  367. *
  368. * This service is shared.
  369. * This method always returns the same instance of the service.
  370. *
  371. * @return Symfony\Component\Form\Extension\Core\Type\CollectionType A Symfony\Component\Form\Extension\Core\Type\CollectionType instance.
  372. */
  373. protected function getForm_Type_CollectionService()
  374. {
  375. return $this->services['form.type.collection'] = new \Symfony\Component\Form\Extension\Core\Type\CollectionType();
  376. }
  377. /**
  378. * Gets the 'form.type.country' service.
  379. *
  380. * This service is shared.
  381. * This method always returns the same instance of the service.
  382. *
  383. * @return Symfony\Component\Form\Extension\Core\Type\CountryType A Symfony\Component\Form\Extension\Core\Type\CountryType instance.
  384. */
  385. protected function getForm_Type_CountryService()
  386. {
  387. return $this->services['form.type.country'] = new \Symfony\Component\Form\Extension\Core\Type\CountryType();
  388. }
  389. /**
  390. * Gets the 'form.type.csrf' service.
  391. *
  392. * This service is shared.
  393. * This method always returns the same instance of the service.
  394. *
  395. * @return Symfony\Component\Form\Extension\Csrf\Type\CsrfType A Symfony\Component\Form\Extension\Csrf\Type\CsrfType instance.
  396. */
  397. protected function getForm_Type_CsrfService()
  398. {
  399. return $this->services['form.type.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\CsrfType($this->get('form.csrf_provider'));
  400. }
  401. /**
  402. * Gets the 'form.type.date' service.
  403. *
  404. * This service is shared.
  405. * This method always returns the same instance of the service.
  406. *
  407. * @return Symfony\Component\Form\Extension\Core\Type\DateType A Symfony\Component\Form\Extension\Core\Type\DateType instance.
  408. */
  409. protected function getForm_Type_DateService()
  410. {
  411. return $this->services['form.type.date'] = new \Symfony\Component\Form\Extension\Core\Type\DateType();
  412. }
  413. /**
  414. * Gets the 'form.type.datetime' service.
  415. *
  416. * This service is shared.
  417. * This method always returns the same instance of the service.
  418. *
  419. * @return Symfony\Component\Form\Extension\Core\Type\DateTimeType A Symfony\Component\Form\Extension\Core\Type\DateTimeType instance.
  420. */
  421. protected function getForm_Type_DatetimeService()
  422. {
  423. return $this->services['form.type.datetime'] = new \Symfony\Component\Form\Extension\Core\Type\DateTimeType();
  424. }
  425. /**
  426. * Gets the 'form.type.email' service.
  427. *
  428. * This service is shared.
  429. * This method always returns the same instance of the service.
  430. *
  431. * @return Symfony\Component\Form\Extension\Core\Type\EmailType A Symfony\Component\Form\Extension\Core\Type\EmailType instance.
  432. */
  433. protected function getForm_Type_EmailService()
  434. {
  435. return $this->services['form.type.email'] = new \Symfony\Component\Form\Extension\Core\Type\EmailType();
  436. }
  437. /**
  438. * Gets the 'form.type.entity' service.
  439. *
  440. * This service is shared.
  441. * This method always returns the same instance of the service.
  442. *
  443. * @return Symfony\Bridge\Doctrine\Form\Type\EntityType A Symfony\Bridge\Doctrine\Form\Type\EntityType instance.
  444. */
  445. protected function getForm_Type_EntityService()
  446. {
  447. return $this->services['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType($this->get('doctrine'));
  448. }
  449. /**
  450. * Gets the 'form.type.field' service.
  451. *
  452. * This service is shared.
  453. * This method always returns the same instance of the service.
  454. *
  455. * @return Symfony\Component\Form\Extension\Core\Type\FieldType A Symfony\Component\Form\Extension\Core\Type\FieldType instance.
  456. */
  457. protected function getForm_Type_FieldService()
  458. {
  459. return $this->services['form.type.field'] = new \Symfony\Component\Form\Extension\Core\Type\FieldType($this->get('validator'));
  460. }
  461. /**
  462. * Gets the 'form.type.file' service.
  463. *
  464. * This service is shared.
  465. * This method always returns the same instance of the service.
  466. *
  467. * @return Symfony\Component\Form\Extension\Core\Type\FileType A Symfony\Component\Form\Extension\Core\Type\FileType instance.
  468. */
  469. protected function getForm_Type_FileService()
  470. {
  471. return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType();
  472. }
  473. /**
  474. * Gets the 'form.type.form' service.
  475. *
  476. * This service is shared.
  477. * This method always returns the same instance of the service.
  478. *
  479. * @return Symfony\Component\Form\Extension\Core\Type\FormType A Symfony\Component\Form\Extension\Core\Type\FormType instance.
  480. */
  481. protected function getForm_Type_FormService()
  482. {
  483. return $this->services['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType();
  484. }
  485. /**
  486. * Gets the 'form.type.hidden' service.
  487. *
  488. * This service is shared.
  489. * This method always returns the same instance of the service.
  490. *
  491. * @return Symfony\Component\Form\Extension\Core\Type\HiddenType A Symfony\Component\Form\Extension\Core\Type\HiddenType instance.
  492. */
  493. protected function getForm_Type_HiddenService()
  494. {
  495. return $this->services['form.type.hidden'] = new \Symfony\Component\Form\Extension\Core\Type\HiddenType();
  496. }
  497. /**
  498. * Gets the 'form.type.integer' service.
  499. *
  500. * This service is shared.
  501. * This method always returns the same instance of the service.
  502. *
  503. * @return Symfony\Component\Form\Extension\Core\Type\IntegerType A Symfony\Component\Form\Extension\Core\Type\IntegerType instance.
  504. */
  505. protected function getForm_Type_IntegerService()
  506. {
  507. return $this->services['form.type.integer'] = new \Symfony\Component\Form\Extension\Core\Type\IntegerType();
  508. }
  509. /**
  510. * Gets the 'form.type.language' service.
  511. *
  512. * This service is shared.
  513. * This method always returns the same instance of the service.
  514. *
  515. * @return Symfony\Component\Form\Extension\Core\Type\LanguageType A Symfony\Component\Form\Extension\Core\Type\LanguageType instance.
  516. */
  517. protected function getForm_Type_LanguageService()
  518. {
  519. return $this->services['form.type.language'] = new \Symfony\Component\Form\Extension\Core\Type\LanguageType();
  520. }
  521. /**
  522. * Gets the 'form.type.locale' service.
  523. *
  524. * This service is shared.
  525. * This method always returns the same instance of the service.
  526. *
  527. * @return Symfony\Component\Form\Extension\Core\Type\LocaleType A Symfony\Component\Form\Extension\Core\Type\LocaleType instance.
  528. */
  529. protected function getForm_Type_LocaleService()
  530. {
  531. return $this->services['form.type.locale'] = new \Symfony\Component\Form\Extension\Core\Type\LocaleType();
  532. }
  533. /**
  534. * Gets the 'form.type.money' service.
  535. *
  536. * This service is shared.
  537. * This method always returns the same instance of the service.
  538. *
  539. * @return Symfony\Component\Form\Extension\Core\Type\MoneyType A Symfony\Component\Form\Extension\Core\Type\MoneyType instance.
  540. */
  541. protected function getForm_Type_MoneyService()
  542. {
  543. return $this->services['form.type.money'] = new \Symfony\Component\Form\Extension\Core\Type\MoneyType();
  544. }
  545. /**
  546. * Gets the 'form.type.number' service.
  547. *
  548. * This service is shared.
  549. * This method always returns the same instance of the service.
  550. *
  551. * @return Symfony\Component\Form\Extension\Core\Type\NumberType A Symfony\Component\Form\Extension\Core\Type\NumberType instance.
  552. */
  553. protected function getForm_Type_NumberService()
  554. {
  555. return $this->services['form.type.number'] = new \Symfony\Component\Form\Extension\Core\Type\NumberType();
  556. }
  557. /**
  558. * Gets the 'form.type.password' service.
  559. *
  560. * This service is shared.
  561. * This method always returns the same instance of the service.
  562. *
  563. * @return Symfony\Component\Form\Extension\Core\Type\PasswordType A Symfony\Component\Form\Extension\Core\Type\PasswordType instance.
  564. */
  565. protected function getForm_Type_PasswordService()
  566. {
  567. return $this->services['form.type.password'] = new \Symfony\Component\Form\Extension\Core\Type\PasswordType();
  568. }
  569. /**
  570. * Gets the 'form.type.percent' service.
  571. *
  572. * This service is shared.
  573. * This method always returns the same instance of the service.
  574. *
  575. * @return Symfony\Component\Form\Extension\Core\Type\PercentType A Symfony\Component\Form\Extension\Core\Type\PercentType instance.
  576. */
  577. protected function getForm_Type_PercentService()
  578. {
  579. return $this->services['form.type.percent'] = new \Symfony\Component\Form\Extension\Core\Type\PercentType();
  580. }
  581. /**
  582. * Gets the 'form.type.radio' service.
  583. *
  584. * This service is shared.
  585. * This method always returns the same instance of the service.
  586. *
  587. * @return Symfony\Component\Form\Extension\Core\Type\RadioType A Symfony\Component\Form\Extension\Core\Type\RadioType instance.
  588. */
  589. protected function getForm_Type_RadioService()
  590. {
  591. return $this->services['form.type.radio'] = new \Symfony\Component\Form\Extension\Core\Type\RadioType();
  592. }
  593. /**
  594. * Gets the 'form.type.repeated' service.
  595. *
  596. * This service is shared.
  597. * This method always returns the same instance of the service.
  598. *
  599. * @return Symfony\Component\Form\Extension\Core\Type\RepeatedType A Symfony\Component\Form\Extension\Core\Type\RepeatedType instance.
  600. */
  601. protected function getForm_Type_RepeatedService()
  602. {
  603. return $this->services['form.type.repeated'] = new \Symfony\Component\Form\Extension\Core\Type\RepeatedType();
  604. }
  605. /**
  606. * Gets the 'form.type.search' service.
  607. *
  608. * This service is shared.
  609. * This method always returns the same instance of the service.
  610. *
  611. * @return Symfony\Component\Form\Extension\Core\Type\SearchType A Symfony\Component\Form\Extension\Core\Type\SearchType instance.
  612. */
  613. protected function getForm_Type_SearchService()
  614. {
  615. return $this->services['form.type.search'] = new \Symfony\Component\Form\Extension\Core\Type\SearchType();
  616. }
  617. /**
  618. * Gets the 'form.type.text' service.
  619. *
  620. * This service is shared.
  621. * This method always returns the same instance of the service.
  622. *
  623. * @return Symfony\Component\Form\Extension\Core\Type\TextType A Symfony\Component\Form\Extension\Core\Type\TextType instance.
  624. */
  625. protected function getForm_Type_TextService()
  626. {
  627. return $this->services['form.type.text'] = new \Symfony\Component\Form\Extension\Core\Type\TextType();
  628. }
  629. /**
  630. * Gets the 'form.type.textarea' service.
  631. *
  632. * This service is shared.
  633. * This method always returns the same instance of the service.
  634. *
  635. * @return Symfony\Component\Form\Extension\Core\Type\TextareaType A Symfony\Component\Form\Extension\Core\Type\TextareaType instance.
  636. */
  637. protected function getForm_Type_TextareaService()
  638. {
  639. return $this->services['form.type.textarea'] = new \Symfony\Component\Form\Extension\Core\Type\TextareaType();
  640. }
  641. /**
  642. * Gets the 'form.type.time' service.
  643. *
  644. * This service is shared.
  645. * This method always returns the same instance of the service.
  646. *
  647. * @return Symfony\Component\Form\Extension\Core\Type\TimeType A Symfony\Component\Form\Extension\Core\Type\TimeType instance.
  648. */
  649. protected function getForm_Type_TimeService()
  650. {
  651. return $this->services['form.type.time'] = new \Symfony\Component\Form\Extension\Core\Type\TimeType();
  652. }
  653. /**
  654. * Gets the 'form.type.timezone' service.
  655. *
  656. * This service is shared.
  657. * This method always returns the same instance of the service.
  658. *
  659. * @return Symfony\Component\Form\Extension\Core\Type\TimezoneType A Symfony\Component\Form\Extension\Core\Type\TimezoneType instance.
  660. */
  661. protected function getForm_Type_TimezoneService()
  662. {
  663. return $this->services['form.type.timezone'] = new \Symfony\Component\Form\Extension\Core\Type\TimezoneType();
  664. }
  665. /**
  666. * Gets the 'form.type.url' service.
  667. *
  668. * This service is shared.
  669. * This method always returns the same instance of the service.
  670. *
  671. * @return Symfony\Component\Form\Extension\Core\Type\UrlType A Symfony\Component\Form\Extension\Core\Type\UrlType instance.
  672. */
  673. protected function getForm_Type_UrlService()
  674. {
  675. return $this->services['form.type.url'] = new \Symfony\Component\Form\Extension\Core\Type\UrlType();
  676. }
  677. /**
  678. * Gets the 'form.type_extension.csrf' service.
  679. *
  680. * This service is shared.
  681. * This method always returns the same instance of the service.
  682. *
  683. * @return Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension A Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension instance.
  684. */
  685. protected function getForm_TypeExtension_CsrfService()
  686. {
  687. return $this->services['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(true, '_token');
  688. }
  689. /**
  690. * Gets the 'form.type_extension.field' service.
  691. *
  692. * This service is shared.
  693. * This method always returns the same instance of the service.
  694. *
  695. * @return Symfony\Component\Form\Extension\Validator\Type\FieldTypeValidatorExtension A Symfony\Component\Form\Extension\Validator\Type\FieldTypeValidatorExtension instance.
  696. */
  697. protected function getForm_TypeExtension_FieldService()
  698. {
  699. return $this->services['form.type_extension.field'] = new \Symfony\Component\Form\Extension\Validator\Type\FieldTypeValidatorExtension($this->get('validator'));
  700. }
  701. /**
  702. * Gets the 'form.type_guesser.doctrine' service.
  703. *
  704. * This service is shared.
  705. * This method always returns the same instance of the service.
  706. *
  707. * @return Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser A Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser instance.
  708. */
  709. protected function getForm_TypeGuesser_DoctrineService()
  710. {
  711. return $this->services['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser($this->get('doctrine'));
  712. }
  713. /**
  714. * Gets the 'form.type_guesser.validator' service.
  715. *
  716. * This service is shared.
  717. * This method always returns the same instance of the service.
  718. *
  719. * @return Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser A Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser instance.
  720. */
  721. protected function getForm_TypeGuesser_ValidatorService()
  722. {
  723. return $this->services['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser($this->get('validator.mapping.class_metadata_factory'));
  724. }
  725. /**
  726. * Gets the 'http_kernel' service.
  727. *
  728. * This service is shared.
  729. * This method always returns the same instance of the service.
  730. *
  731. * @return Symfony\Bundle\FrameworkBundle\HttpKernel A Symfony\Bundle\FrameworkBundle\HttpKernel instance.
  732. */
  733. protected function getHttpKernelService()
  734. {
  735. return $this->services['http_kernel'] = new \Symfony\Bundle\FrameworkBundle\HttpKernel($this->get('event_dispatcher'), $this, new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, $this->get('controller_name_converter'), $this->get('monolog.logger.request')));
  736. }
  737. /**
  738. * Gets the 'kernel' service.
  739. *
  740. * This service is shared.
  741. * This method always returns the same instance of the service.
  742. *
  743. * @throws \RuntimeException always since this service is expected to be injected dynamically
  744. */
  745. protected function getKernelService()
  746. {
  747. throw new \RuntimeException('You have requested a synthetic service ("kernel"). The DIC does not know how to construct this service.');
  748. }
  749. /**
  750. * Gets the 'logger' service.
  751. *
  752. * This service is shared.
  753. * This method always returns the same instance of the service.
  754. *
  755. * @return Symfony\Bridge\Monolog\Logger A Symfony\Bridge\Monolog\Logger instance.
  756. */
  757. protected function getLoggerService()
  758. {
  759. $this->services['logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  760. $instance->pushHandler($this->get('monolog.handler.main'));
  761. $instance->pushHandler($this->get('monolog.handler.firephp'));
  762. $instance->pushHandler($this->get('monolog.handler.debug'));
  763. return $instance;
  764. }
  765. /**
  766. * Gets the 'mailer' service.
  767. *
  768. * This service is shared.
  769. * This method always returns the same instance of the service.
  770. *
  771. * @return Swift_Mailer A Swift_Mailer instance.
  772. */
  773. protected function getMailerService()
  774. {
  775. return $this->services['mailer'] = new \Swift_Mailer($this->get('swiftmailer.transport'));
  776. }
  777. /**
  778. * Gets the 'monolog.handler.debug' service.
  779. *
  780. * This service is shared.
  781. * This method always returns the same instance of the service.
  782. *
  783. * @return Symfony\Bridge\Monolog\Handler\DebugHandler A Symfony\Bridge\Monolog\Handler\DebugHandler instance.
  784. */
  785. protected function getMonolog_Handler_DebugService()
  786. {
  787. return $this->services['monolog.handler.debug'] = new \Symfony\Bridge\Monolog\Handler\DebugHandler(100, true);
  788. }
  789. /**
  790. * Gets the 'monolog.handler.firephp' service.
  791. *
  792. * This service is shared.
  793. * This method always returns the same instance of the service.
  794. *
  795. * @return Symfony\Bridge\Monolog\Handler\FirePHPHandler A Symfony\Bridge\Monolog\Handler\FirePHPHandler instance.
  796. */
  797. protected function getMonolog_Handler_FirephpService()
  798. {
  799. return $this->services['monolog.handler.firephp'] = new \Symfony\Bridge\Monolog\Handler\FirePHPHandler(200, true);
  800. }
  801. /**
  802. * Gets the 'monolog.handler.main' service.
  803. *
  804. * This service is shared.
  805. * This method always returns the same instance of the service.
  806. *
  807. * @return Monolog\Handler\StreamHandler A Monolog\Handler\StreamHandler instance.
  808. */
  809. protected function getMonolog_Handler_MainService()
  810. {
  811. return $this->services['monolog.handler.main'] = new \Monolog\Handler\StreamHandler('/Users/lenybernard/Workspace/labo/anakin/app/logs/dev.log', 100, true);
  812. }
  813. /**
  814. * Gets the 'monolog.logger.doctrine' service.
  815. *
  816. * This service is shared.
  817. * This method always returns the same instance of the service.
  818. *
  819. * @return Symfony\Bridge\Monolog\Logger A Symfony\Bridge\Monolog\Logger instance.
  820. */
  821. protected function getMonolog_Logger_DoctrineService()
  822. {
  823. $this->services['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  824. $instance->pushHandler($this->get('monolog.handler.main'));
  825. $instance->pushHandler($this->get('monolog.handler.firephp'));
  826. $instance->pushHandler($this->get('monolog.handler.debug'));
  827. return $instance;
  828. }
  829. /**
  830. * Gets the 'monolog.logger.event' service.
  831. *
  832. * This service is shared.
  833. * This method always returns the same instance of the service.
  834. *
  835. * @return Symfony\Bridge\Monolog\Logger A Symfony\Bridge\Monolog\Logger instance.
  836. */
  837. protected function getMonolog_Logger_EventService()
  838. {
  839. $this->services['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  840. $instance->pushHandler($this->get('monolog.handler.main'));
  841. $instance->pushHandler($this->get('monolog.handler.firephp'));
  842. $instance->pushHandler($this->get('monolog.handler.debug'));
  843. return $instance;
  844. }
  845. /**
  846. * Gets the 'monolog.logger.profiler' service.
  847. *
  848. * This service is shared.
  849. * This method always returns the same instance of the service.
  850. *
  851. * @return Symfony\Bridge\Monolog\Logger A Symfony\Bridge\Monolog\Logger instance.
  852. */
  853. protected function getMonolog_Logger_ProfilerService()
  854. {
  855. $this->services['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  856. $instance->pushHandler($this->get('monolog.handler.main'));
  857. $instance->pushHandler($this->get('monolog.handler.firephp'));
  858. $instance->pushHandler($this->get('monolog.handler.debug'));
  859. return $instance;
  860. }
  861. /**
  862. * Gets the 'monolog.logger.request' service.
  863. *
  864. * This service is shared.
  865. * This method always returns the same instance of the service.
  866. *
  867. * @return Symfony\Bridge\Monolog\Logger A Symfony\Bridge\Monolog\Logger instance.
  868. */
  869. protected function getMonolog_Logger_RequestService()
  870. {
  871. $this->services['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  872. $instance->pushHandler($this->get('monolog.handler.main'));
  873. $instance->pushHandler($this->get('monolog.handler.firephp'));
  874. $instance->pushHandler($this->get('monolog.handler.debug'));
  875. return $instance;
  876. }
  877. /**
  878. * Gets the 'monolog.logger.router' service.
  879. *
  880. * This service is shared.
  881. * This method always returns the same instance of the service.
  882. *
  883. * @return Symfony\Bridge\Monolog\Logger A Symfony\Bridge\Monolog\Logger instance.
  884. */
  885. protected function getMonolog_Logger_RouterService()
  886. {
  887. $this->services['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
  888. $instance->pushHandler($this->get('monolog.handler.main'));
  889. $instance->pushHandler($this->get('monolog.handler.firephp'));
  890. $instance->pushHandler($this->get('monolog.handler.debug'));
  891. return $instance;
  892. }
  893. /**
  894. * Gets the 'monolog.logger.security' service.
  895. *
  896. * This service is shared.
  897. * This method always returns the same instance of the service.
  898. *
  899. * @return Symfony\Bridge\Monolog\Logger A Symfony\Bridge\Monolog\Logger instance.
  900. */
  901. protected function getMonolog_Logger_SecurityService()
  902. {
  903. $this->services['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  904. $instance->pushHandler($this->get('monolog.handler.main'));
  905. $instance->pushHandler($this->get('monolog.handler.firephp'));
  906. $instance->pushHandler($this->get('monolog.handler.debug'));
  907. return $instance;
  908. }
  909. /**
  910. * Gets the 'monolog.logger.templating' service.
  911. *
  912. * This service is shared.
  913. * This method always returns the same instance of the service.
  914. *
  915. * @return Symfony\Bridge\Monolog\Logger A Symfony\Bridge\Monolog\Logger instance.
  916. */
  917. protected function getMonolog_Logger_TemplatingService()
  918. {
  919. $this->services['monolog.logger.templating'] = $instance = new \Symfony\Bridge\Monolog\Logger('templating');
  920. $instance->pushHandler($this->get('monolog.handler.main'));
  921. $instance->pushHandler($this->get('monolog.handler.firephp'));
  922. $instance->pushHandler($this->get('monolog.handler.debug'));
  923. return $instance;
  924. }
  925. /**
  926. * Gets the 'profiler' service.
  927. *
  928. * This service is shared.
  929. * This method always returns the same instance of the service.
  930. *
  931. * @return Symfony\Component\HttpKernel\Profiler\Profiler A Symfony\Component\HttpKernel\Profiler\Profiler instance.
  932. */
  933. protected function getProfilerService()
  934. {
  935. $a = $this->get('monolog.logger.profiler');
  936. $b = $this->get('kernel');
  937. $c = new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector();
  938. $c->setEventDispatcher($this->get('event_dispatcher'));
  939. $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\SqliteProfilerStorage('sqlite:/Users/lenybernard/Workspace/labo/anakin/app/cache/dev/profiler.db', '', '', 86400), $a);
  940. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector($b));
  941. $instance->add($this->get('data_collector.request'));
  942. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  943. $instance->add($c);
  944. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a));
  945. $instance->add(new \Symfony\Bundle\FrameworkBundle\DataCollector\TimerDataCollector($b));
  946. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  947. $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector($this->get('security.context')));
  948. $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this, false));
  949. $instance->add(new \Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector($this->get('doctrine'), $this->get('doctrine.dbal.logger')));
  950. return $instance;
  951. }
  952. /**
  953. * Gets the 'profiler_listener' service.
  954. *
  955. * This service is shared.
  956. * This method always returns the same instance of the service.
  957. *
  958. * @return Symfony\Component\HttpKernel\EventListener\ProfilerListener A Symfony\Component\HttpKernel\EventListener\ProfilerListener instance.
  959. */
  960. protected function getProfilerListenerService()
  961. {
  962. return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($this->get('profiler'), NULL, false, false);
  963. }
  964. /**
  965. * Gets the 'request' service.
  966. *
  967. * This service is shared.
  968. * This method always returns the same instance of the service.
  969. *
  970. * @throws \RuntimeException always since this service is expected to be injected dynamically
  971. */
  972. protected function getRequestService()
  973. {
  974. if (!isset($this->scopedServices['request'])) {
  975. throw new InactiveScopeException('request', 'request');
  976. }
  977. throw new \RuntimeException('You have requested a synthetic service ("request"). The DIC does not know how to construct this service.');
  978. }
  979. /**
  980. * Gets the 'response_listener' service.
  981. *
  982. * This service is shared.
  983. * This method always returns the same instance of the service.
  984. *
  985. * @return Symfony\Component\HttpKernel\EventListener\ResponseListener A Symfony\Component\HttpKernel\EventListener\ResponseListener instance.
  986. */
  987. protected function getResponseListenerService()
  988. {
  989. return $this->services['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8');
  990. }
  991. /**
  992. * Gets the 'router' service.
  993. *
  994. * This service is shared.
  995. * This method always returns the same instance of the service.
  996. *
  997. * @return Symfony\Bundle\FrameworkBundle\Routing\Router A Symfony\Bundle\FrameworkBundle\Routing\Router instance.
  998. */
  999. protected function getRouterService()
  1000. {
  1001. return $this->services['router'] = new \Symfony\Bundle\FrameworkBundle\Routing\Router($this, '/Users/lenybernard/Workspace/labo/anakin/app/config/routing_dev.yml', array('cache_dir' => '/Users/lenybernard/Workspace/labo/anakin/app/cache/dev', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper', 'generator_cache_class' => 'appdevUrlGenerator', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper', 'matcher_cache_class' => 'appdevUrlMatcher'));
  1002. }
  1003. /**
  1004. * Gets the 'router_listener' service.
  1005. *
  1006. * This service is shared.
  1007. * This method always returns the same instance of the service.
  1008. *
  1009. * @return Symfony\Bundle\FrameworkBundle\EventListener\RouterListener A Symfony\Bundle\FrameworkBundle\EventListener\RouterListener instance.
  1010. */
  1011. protected function getRouterListenerService()
  1012. {
  1013. return $this->services['router_listener'] = new \Symfony\Bundle\FrameworkBundle\EventListener\RouterListener($this->get('router'), 80, 443, $this->get('monolog.logger.request'));
  1014. }
  1015. /**
  1016. * Gets the 'routing.loader' service.
  1017. *
  1018. * This service is shared.
  1019. * This method always returns the same instance of the service.
  1020. *
  1021. * @return Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader A Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader instance.
  1022. */
  1023. protected function getRouting_LoaderService()
  1024. {
  1025. $a = $this->get('file_locator');
  1026. $b = $this->get('annotation_reader');
  1027. $c = new \Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader($b);
  1028. $d = new \Symfony\Component\Config\Loader\LoaderResolver();
  1029. $d->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($a));
  1030. $d->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($a));
  1031. $d->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($a));
  1032. $d->addLoader(new \Symfony\Bundle\AsseticBundle\Routing\AsseticLoader($this->get('assetic.asset_manager')));
  1033. $d->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($a, $c));
  1034. $d->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($a, $c));
  1035. $d->addLoader($c);
  1036. return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($this->get('controller_name_converter'), $this->get('monolog.logger.router'), $d);
  1037. }
  1038. /**
  1039. * Gets the 'security.access.method_interceptor' service.
  1040. *
  1041. * This service is shared.
  1042. * This method always returns the same instance of the service.
  1043. *
  1044. * @return JMS\SecurityExtraBundle\Security\Authorization\Interception\MethodSecurityInterceptor A JMS\SecurityExtraBundle\Security\Authorization\Interception\MethodSecurityInterceptor instance.
  1045. */
  1046. protected function getSecurity_Access_MethodInterceptorService()
  1047. {
  1048. return $this->services['security.access.method_interceptor'] = new \JMS\SecurityExtraBundle\Security\Authorization\Interception\MethodSecurityInterceptor($this->get('security.context'), $this->get('security.authentication.manager'), $this->get('security.access.decision_manager'), new \JMS\SecurityExtraBundle\Security\Authorization\AfterInvocation\AfterInvocationManager(array()), new \JMS\SecurityExtraBundle\Security\Authorization\RunAsManager('RunAsToken', 'ROLE_'), $this->get('logger'));
  1049. }
  1050. /**
  1051. * Gets the 'security.context' service.
  1052. *
  1053. * This service is shared.
  1054. * This method always returns the same instance of the service.
  1055. *
  1056. * @return Symfony\Component\Security\Core\SecurityContext A Symfony\Component\Security\Core\SecurityContext instance.
  1057. */
  1058. protected function getSecurity_ContextService()
  1059. {
  1060. return $this->services['security.context'] = new \Symfony\Component\Security\Core\SecurityContext($this->get('security.authentication.manager'), $this->get('security.access.decision_manager'), false);
  1061. }
  1062. /**
  1063. * Gets the 'security.encoder_factory' service.
  1064. *
  1065. * This service is shared.
  1066. * This method always returns the same instance of the service.
  1067. *
  1068. * @return Symfony\Component\Security\Core\Encoder\EncoderFactory A Symfony\Component\Security\Core\Encoder\EncoderFactory instance.
  1069. */
  1070. protected function getSecurity_EncoderFactoryService()
  1071. {
  1072. return $this->services['security.encoder_factory'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(array('Symfony\\Component\\Security\\Core\\User\\User' => array('class' => 'Symfony\\Component\\Security\\Core\\Encoder\\PlaintextPasswordEncoder', 'arguments' => array(0 => false))));
  1073. }
  1074. /**
  1075. * Gets the 'security.extra.controller_listener' service.
  1076. *
  1077. * This service is shared.
  1078. * This method always returns the same instance of the service.
  1079. *
  1080. * @return JMS\SecurityExtraBundle\Controller\ControllerListener A JMS\SecurityExtraBundle\Controller\ControllerListener instance.
  1081. */
  1082. protected function getSecurity_Extra_ControllerListenerService()
  1083. {
  1084. return $this->services['security.extra.controller_listener'] = new \JMS\SecurityExtraBundle\Controller\ControllerListener($this, $this->get('annotation_reader'));
  1085. }
  1086. /**
  1087. * Gets the 'security.firewall' service.
  1088. *
  1089. * This service is shared.
  1090. * This method always returns the same instance of the service.
  1091. *
  1092. * @return Symfony\Component\Security\Http\Firewall A Symfony\Component\Security\Http\Firewall instance.
  1093. */
  1094. protected function getSecurity_FirewallService()
  1095. {
  1096. return $this->services['security.firewall'] = new \Symfony\Component\Security\Http\Firewall(new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($this, array('security.firewall.map.context.dev' => new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/'), 'security.firewall.map.context.login' => new \Symfony\Component\HttpFoundation\RequestMatcher('^/demo/secured/login$'), 'security.firewall.map.context.secured_area' => new \Symfony\Component\HttpFoundation\RequestMatcher('^/demo/secured/'))), $this->get('event_dispatcher'));
  1097. }
  1098. /**
  1099. * Gets the 'security.firewall.map.context.dev' service.
  1100. *
  1101. * This service is shared.
  1102. * This method always returns the same instance of the service.
  1103. *
  1104. * @return Symfony\Bundle\SecurityBundle\Security\FirewallContext A Symfony\Bundle\SecurityBundle\Security\FirewallContext instance.
  1105. */
  1106. protected function getSecurity_Firewall_Map_Context_DevService()
  1107. {
  1108. return $this->services['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(array(), NULL);
  1109. }
  1110. /**
  1111. * Gets the 'security.firewall.map.context.login' service.
  1112. *
  1113. * This service is shared.
  1114. * This method always returns the same instance of the service.
  1115. *
  1116. * @return Symfony\Bundle\SecurityBundle\Security\FirewallContext A Symfony\Bundle\SecurityBundle\Security\FirewallContext instance.
  1117. */
  1118. protected function getSecurity_Firewall_Map_Context_LoginService()
  1119. {
  1120. return $this->services['security.firewall.map.context.login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(array(), NULL);
  1121. }
  1122. /**
  1123. * Gets the 'security.firewall.map.context.secured_area' service.
  1124. *
  1125. * This service is shared.
  1126. * This method always returns the same instance of the service.
  1127. *
  1128. * @return Symfony\Bundle\SecurityBundle\Security\FirewallContext A Symfony\Bundle\SecurityBundle\Security\FirewallContext instance.
  1129. */
  1130. protected function getSecurity_Firewall_Map_Context_SecuredAreaService()
  1131. {
  1132. $a = $this->get('monolog.logger.security');
  1133. $b = $this->get('security.context');
  1134. $c = $this->get('event_dispatcher');
  1135. $d = $this->get('router');
  1136. $e = $this->get('security.authentication.manager');
  1137. $f = new \Symfony\Component\Security\Http\AccessMap();
  1138. $g = new \Symfony\Component\Security\Http\HttpUtils($d);
  1139. $h = new \Symfony\Component\Security\Http\Firewall\LogoutListener($b, $g, '/demo/secured/logout', '/demo/', NULL);
  1140. $h->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  1141. return $this->services['security.firewall.map.context.secured_area'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(array(0 => new \Symfony\Component\Security\Http\Firewall\ChannelListener($f, new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80, 443), $a), 1 => new \Symfony\Component\Security\Http\Firewall\ContextListener($b, array(0 => $this->get('security.user.provider.concrete.in_memory')), 'secured_area', $a, $c), 2 => $h, 3 => new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener($b, $e, new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'), $g, 'secured_area', array('check_path' => '/demo/secured/login_check', 'login_path' => '/demo/secured/login', 'use_forward' => false, 'always_use_default_target_path' => false, 'default_target_path' => '/', 'target_path_parameter' => '_target_path', 'use_referer' => false, 'failure_path' => NULL, 'failure_forward' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'intention' => 'authenticate', 'post_only' => true), NULL, NULL, $a, $c), 4 => new \Symfony\Component\Security\Http\Firewall\AccessListener($b, $this->get('security.access.decision_manager'), $f, $e, $a)), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, $this->get('security.authentication.trust_resolver'), $g, new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint($this->get('http_kernel'), $g, '/demo/secured/login', false), NULL, NULL, $a));
  1142. }
  1143. /**
  1144. * Gets the 'security.rememberme.response_listener' service.
  1145. *
  1146. * This service is shared.
  1147. * This method always returns the same instance of the service.
  1148. *
  1149. * @return Symfony\Bundle\SecurityBundle\EventListener\ResponseListener A Symfony\Bundle\SecurityBundle\EventListener\ResponseListener instance.
  1150. */
  1151. protected function getSecurity_Rememberme_ResponseListenerService()
  1152. {
  1153. return $this->services['security.rememberme.response_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\ResponseListener();
  1154. }
  1155. /**
  1156. * Gets the 'sensio.distribution.webconfigurator' service.
  1157. *
  1158. * This service is shared.
  1159. * This method always returns the same instance of the service.
  1160. *
  1161. * @return Sensio\Bundle\DistributionBundle\Configurator\Configurator A Sensio\Bundle\DistributionBundle\Configurator\Configurator instance.
  1162. */
  1163. protected function getSensio_Distribution_WebconfiguratorService()
  1164. {
  1165. return $this->services['sensio.distribution.webconfigurator'] = new \Sensio\Bundle\DistributionBundle\Configurator\Configurator('/Users/lenybernard/Workspace/labo/anakin/app');
  1166. }
  1167. /**
  1168. * Gets the 'sensio_framework_extra.cache.listener' service.
  1169. *
  1170. * This service is shared.
  1171. * This method always returns the same instance of the service.
  1172. *
  1173. * @return Sensio\Bundle\FrameworkExtraBundle\EventListener\CacheListener A Sensio\Bundle\FrameworkExtraBundle\EventListener\CacheListener instance.
  1174. */
  1175. protected function getSensioFrameworkExtra_Cache_ListenerService()
  1176. {
  1177. return $this->services['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\CacheListener();
  1178. }
  1179. /**
  1180. * Gets the 'sensio_framework_extra.controller.listener' service.
  1181. *
  1182. * This service is shared.
  1183. * This method always returns the same instance of the service.
  1184. *
  1185. * @return Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener A Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener instance.
  1186. */
  1187. protected function getSensioFrameworkExtra_Controller_ListenerService()
  1188. {
  1189. return $this->services['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener($this->get('annotation_reader'));
  1190. }
  1191. /**
  1192. * Gets the 'sensio_framework_extra.converter.doctrine.orm' service.
  1193. *
  1194. * This service is shared.
  1195. * This method always returns the same instance of the service.
  1196. *
  1197. * @return Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter A Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter instance.
  1198. */
  1199. protected function getSensioFrameworkExtra_Converter_Doctrine_OrmService()
  1200. {
  1201. return $this->services['sensio_framework_extra.converter.doctrine.orm'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter($this->get('doctrine'));
  1202. }
  1203. /**
  1204. * Gets the 'sensio_framework_extra.converter.listener' service.
  1205. *
  1206. * This service is shared.
  1207. * This method always returns the same instance of the service.
  1208. *
  1209. * @return Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener A Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener instance.
  1210. */
  1211. protected function getSensioFrameworkExtra_Converter_ListenerService()
  1212. {
  1213. return $this->services['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($this->get('sensio_framework_extra.converter.manager'));
  1214. }
  1215. /**
  1216. * Gets the 'sensio_framework_extra.converter.manager' service.
  1217. *
  1218. * This service is shared.
  1219. * This method always returns the same instance of the service.
  1220. *
  1221. * @return Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager A Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager instance.
  1222. */
  1223. protected function getSensioFrameworkExtra_Converter_ManagerService()
  1224. {
  1225. $this->services['sensio_framework_extra.converter.manager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1226. $instance->add($this->get('sensio_framework_extra.converter.doctrine.orm'), 0);
  1227. return $instance;
  1228. }
  1229. /**
  1230. * Gets the 'sensio_framework_extra.view.listener' service.
  1231. *
  1232. * This service is shared.
  1233. * This method always returns the same instance of the service.
  1234. *
  1235. * @return Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener A Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener instance.
  1236. */
  1237. protected function getSensioFrameworkExtra_View_ListenerService()
  1238. {
  1239. return $this->services['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener($this);
  1240. }
  1241. /**
  1242. * Gets the 'service_container' service.
  1243. *
  1244. * This service is shared.
  1245. * This method always returns the same instance of the service.
  1246. *
  1247. * @throws \RuntimeException always since this service is expected to be injected dynamically
  1248. */
  1249. protected function getServiceContainerService()
  1250. {
  1251. throw new \RuntimeException('You have requested a synthetic service ("service_container"). The DIC does not know how to construct this service.');
  1252. }
  1253. /**
  1254. * Gets the 'session' service.
  1255. *
  1256. * This service is shared.
  1257. * This method always returns the same instance of the service.
  1258. *
  1259. * @return Symfony\Component\HttpFoundation\Session A Symfony\Component\HttpFoundation\Session instance.
  1260. */
  1261. protected function getSessionService()
  1262. {
  1263. return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session($this->get('session.storage'), 'en');
  1264. }
  1265. /**
  1266. * Gets the 'session.storage' service.
  1267. *
  1268. * This service is shared.
  1269. * This method always returns the same instance of the service.
  1270. *
  1271. * @return Symfony\Component\HttpFoundation\SessionStorage\NativeSessionStorage A Symfony\Component\HttpFoundation\SessionStorage\NativeSessionStorage instance.
  1272. */
  1273. protected function getSession_StorageService()
  1274. {
  1275. return $this->services['session.storage'] = new \Symfony\Component\HttpFoundation\SessionStorage\NativeSessionStorage(array());
  1276. }
  1277. /**
  1278. * Gets the 'session_listener' service.
  1279. *
  1280. * This service is shared.
  1281. * This method always returns the same instance of the service.
  1282. *
  1283. * @return Symfony\Bundle\FrameworkBundle\EventListener\SessionListener A Symfony\Bundle\FrameworkBundle\EventListener\SessionListener instance.
  1284. */
  1285. protected function getSessionListenerService()
  1286. {
  1287. return $this->services['session_listener'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SessionListener($this, true);
  1288. }
  1289. /**
  1290. * Gets the 'swiftmailer.plugin.messagelogger' service.
  1291. *
  1292. * This service is shared.
  1293. * This method always returns the same instance of the service.
  1294. *
  1295. * @return Symfony\Bundle\SwiftmailerBundle\Logger\MessageLogger A Symfony\Bundle\SwiftmailerBundle\Logger\MessageLogger instance.
  1296. */
  1297. protected function getSwiftmailer_Plugin_MessageloggerService()
  1298. {
  1299. return $this->services['swiftmailer.plugin.messagelogger'] = new \Symfony\Bundle\SwiftmailerBundle\Logger\MessageLogger();
  1300. }
  1301. /**
  1302. * Gets the 'swiftmailer.transport' service.
  1303. *
  1304. * This service is shared.
  1305. * This method always returns the same instance of the service.
  1306. *
  1307. * @return Swift_Transport_EsmtpTransport A Swift_Transport_EsmtpTransport instance.
  1308. */
  1309. protected function getSwiftmailer_TransportService()
  1310. {
  1311. $this->services['swiftmailer.transport'] = $instance = new \Swift_Transport_EsmtpTransport(new \Swift_Transport_StreamBuffer(new \Swift_StreamFilters_StringReplacementFilterFactory()), array(0 => new \Swift_Transport_Esmtp_AuthHandler(array(0 => new \Swift_Transport_Esmtp_Auth_CramMd5Authenticator(), 1 => new \Swift_Transport_Esmtp_Auth_LoginAuthenticator(), 2 => new \Swift_Transport_Esmtp_Auth_PlainAuthenticator()))), new \Swift_Events_SimpleEventDispatcher());
  1312. $instance->setHost('localhost');
  1313. $instance->setPort(25);
  1314. $instance->setEncryption(NULL);
  1315. $instance->setUsername('');
  1316. $instance->setPassword('');
  1317. $instance->setAuthMode(NULL);
  1318. $instance->registerPlugin($this->get('swiftmailer.plugin.messagelogger'));
  1319. return $instance;
  1320. }
  1321. /**
  1322. * Gets the 'templating' service.
  1323. *
  1324. * This service is shared.
  1325. * This method always returns the same instance of the service.
  1326. *
  1327. * @return Symfony\Bundle\TwigBundle\TwigEngine A Symfony\Bundle\TwigBundle\TwigEngine instance.
  1328. */
  1329. protected function getTemplatingService()
  1330. {
  1331. return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine($this->get('twig'), $this->get('templating.name_parser'), $this->get('templating.globals'));
  1332. }
  1333. /**
  1334. * Gets the 'templating.asset.package_factory' service.
  1335. *
  1336. * This service is shared.
  1337. * This method always returns the same instance of the service.
  1338. *
  1339. * @return Symfony\Bundle\FrameworkBundle\Templating\Asset\PackageFactory A Symfony\Bundle\FrameworkBundle\Templating\Asset\PackageFactory instance.
  1340. */
  1341. protected function getTemplating_Asset_PackageFactoryService()
  1342. {
  1343. return $this->services['templating.asset.package_factory'] = new \Symfony\Bundle\FrameworkBundle\Templating\Asset\PackageFactory($this);
  1344. }
  1345. /**
  1346. * Gets the 'templating.globals' service.
  1347. *
  1348. * This service is shared.
  1349. * This method always returns the same instance of the service.
  1350. *
  1351. * @return Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables A Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables instance.
  1352. */
  1353. protected function getTemplating_GlobalsService()
  1354. {
  1355. return $this->services['templating.globals'] = new \Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables($this);
  1356. }
  1357. /**
  1358. * Gets the 'templating.helper.actions' service.
  1359. *
  1360. * This service is shared.
  1361. * This method always returns the same instance of the service.
  1362. *
  1363. * @return Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper A Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper instance.
  1364. */
  1365. protected function getTemplating_Helper_ActionsService()
  1366. {
  1367. return $this->services['templating.helper.actions'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper($this->get('http_kernel'));
  1368. }
  1369. /**
  1370. * Gets the 'templating.helper.assets' service.
  1371. *
  1372. * This service is shared.
  1373. * This method always returns the same instance of the service.
  1374. *
  1375. * @return Symfony\Component\Templating\Helper\CoreAssetsHelper A Symfony\Component\Templating\Helper\CoreAssetsHelper instance.
  1376. */
  1377. protected function getTemplating_Helper_AssetsService()
  1378. {
  1379. if (!isset($this->scopedServices['request'])) {
  1380. throw new InactiveScopeException('templating.helper.assets', 'request');
  1381. }
  1382. return $this->services['templating.helper.assets'] = $this->scopedServices['request']['templating.helper.assets'] = new \Symfony\Component\Templating\Helper\CoreAssetsHelper(new \Symfony\Bundle\FrameworkBundle\Templating\Asset\PathPackage($this->get('request'), NULL, NULL), array());
  1383. }
  1384. /**
  1385. * Gets the 'templating.helper.code' service.
  1386. *
  1387. * This service is shared.
  1388. * This method always returns the same instance of the service.
  1389. *
  1390. * @return Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper A Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper instance.
  1391. */
  1392. protected function getTemplating_Helper_CodeService()
  1393. {
  1394. return $this->services['templating.helper.code'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper(NULL, '/Users/lenybernard/Workspace/labo/anakin/app', 'UTF-8');
  1395. }
  1396. /**
  1397. * Gets the 'templating.helper.form' service.
  1398. *
  1399. * This service is shared.
  1400. * This method always returns the same instance of the service.
  1401. *
  1402. * @return Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper A Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper instance.
  1403. */
  1404. protected function getTemplating_Helper_FormService()
  1405. {
  1406. $a = new \Symfony\Bundle\FrameworkBundle\Templating\PhpEngine($this->get('templating.name_parser'), $this, $this->get('templating.loader'), $this->get('templating.globals'));
  1407. $a->setCharset('UTF-8');
  1408. $a->setHelpers(array('slots' => 'templating.helper.slots', 'assets' => 'templating.helper.assets', 'request' => 'templating.helper.request', 'session' => 'templating.helper.session', 'router' => 'templating.helper.router', 'actions' => 'templating.helper.actions', 'code' => 'templating.helper.code', 'translator' => 'templating.helper.translator', 'form' => 'templating.helper.form', 'security' => 'templating.helper.security', 'assetic' => 'assetic.helper.dynamic'));
  1409. return $this->services['templating.helper.form'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper($a, array(0 => 'FrameworkBundle:Form'));
  1410. }
  1411. /**
  1412. * Gets the 'templating.helper.request' service.
  1413. *
  1414. * This service is shared.
  1415. * This method always returns the same instance of the service.
  1416. *
  1417. * @return Symfony\Bundle\FrameworkBundle\Templating\Helper\RequestHelper A Symfony\Bundle\FrameworkBundle\Templating\Helper\RequestHelper instance.
  1418. */
  1419. protected function getTemplating_Helper_RequestService()
  1420. {
  1421. return $this->services['templating.helper.request'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\RequestHelper($this->get('request'));
  1422. }
  1423. /**
  1424. * Gets the 'templating.helper.router' service.
  1425. *
  1426. * This service is shared.
  1427. * This method always returns the same instance of the service.
  1428. *
  1429. * @return Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper A Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper instance.
  1430. */
  1431. protected function getTemplating_Helper_RouterService()
  1432. {
  1433. return $this->services['templating.helper.router'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper($this->get('router'));
  1434. }
  1435. /**
  1436. * Gets the 'templating.helper.security' service.
  1437. *
  1438. * This service is shared.
  1439. * This method always returns the same instance of the service.
  1440. *
  1441. * @return Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper A Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper instance.
  1442. */
  1443. protected function getTemplating_Helper_SecurityService()
  1444. {
  1445. return $this->services['templating.helper.security'] = new \Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper($this->get('security.context'));
  1446. }
  1447. /**
  1448. * Gets the 'templating.helper.session' service.
  1449. *
  1450. * This service is shared.
  1451. * This method always returns the same instance of the service.
  1452. *
  1453. * @return Symfony\Bundle\FrameworkBundle\Templating\Helper\SessionHelper A Symfony\Bundle\FrameworkBundle\Templating\Helper\SessionHelper instance.
  1454. */
  1455. protected function getTemplating_Helper_SessionService()
  1456. {
  1457. return $this->services['templating.helper.session'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\SessionHelper($this->get('request'));
  1458. }
  1459. /**
  1460. * Gets the 'templating.helper.slots' service.
  1461. *
  1462. * This service is shared.
  1463. * This method always returns the same instance of the service.
  1464. *
  1465. * @return Symfony\Component\Templating\Helper\SlotsHelper A Symfony\Component\Templating\Helper\SlotsHelper instance.
  1466. */
  1467. protected function getTemplating_Helper_SlotsService()
  1468. {
  1469. return $this->services['templating.helper.slots'] = new \Symfony\Component\Templating\Helper\SlotsHelper();
  1470. }
  1471. /**
  1472. * Gets the 'templating.helper.translator' service.
  1473. *
  1474. * This service is shared.
  1475. * This method always returns the same instance of the service.
  1476. *
  1477. * @return Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper A Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper instance.
  1478. */
  1479. protected function getTemplating_Helper_TranslatorService()
  1480. {
  1481. return $this->services['templating.helper.translator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper($this->get('translator'));
  1482. }
  1483. /**
  1484. * Gets the 'templating.loader' service.
  1485. *
  1486. * This service is shared.
  1487. * This method always returns the same instance of the service.
  1488. *
  1489. * @return Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader A Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader instance.
  1490. */
  1491. protected function getTemplating_LoaderService()
  1492. {
  1493. return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader($this->get('templating.locator'));
  1494. }
  1495. /**
  1496. * Gets the 'templating.name_parser' service.
  1497. *
  1498. * This service is shared.
  1499. * This method always returns the same instance of the service.
  1500. *
  1501. * @return Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser A Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser instance.
  1502. */
  1503. protected function getTemplating_NameParserService()
  1504. {
  1505. return $this->services['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser($this->get('kernel'));
  1506. }
  1507. /**
  1508. * Gets the 'translation.loader.php' service.
  1509. *
  1510. * This service is shared.
  1511. * This method always returns the same instance of the service.
  1512. *
  1513. * @return Symfony\Component\Translation\Loader\PhpFileLoader A Symfony\Component\Translation\Loader\PhpFileLoader instance.
  1514. */
  1515. protected function getTranslation_Loader_PhpService()
  1516. {
  1517. return $this->services['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  1518. }
  1519. /**
  1520. * Gets the 'translation.loader.xliff' service.
  1521. *
  1522. * This service is shared.
  1523. * This method always returns the same instance of the service.
  1524. *
  1525. * @return Symfony\Component\Translation\Loader\XliffFileLoader A Symfony\Component\Translation\Loader\XliffFileLoader instance.
  1526. */
  1527. protected function getTranslation_Loader_XliffService()
  1528. {
  1529. return $this->services['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  1530. }
  1531. /**
  1532. * Gets the 'translation.loader.yml' service.
  1533. *
  1534. * This service is shared.
  1535. * This method always returns the same instance of the service.
  1536. *
  1537. * @return Symfony\Component\Translation\Loader\YamlFileLoader A Symfony\Component\Translation\Loader\YamlFileLoader instance.
  1538. */
  1539. protected function getTranslation_Loader_YmlService()
  1540. {
  1541. return $this->services['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  1542. }
  1543. /**
  1544. * Gets the 'translator' service.
  1545. *
  1546. * This service is shared.
  1547. * This method always returns the same instance of the service.
  1548. *
  1549. * @return Symfony\Component\Translation\IdentityTranslator A Symfony\Component\Translation\IdentityTranslator instance.
  1550. */
  1551. protected function getTranslatorService()
  1552. {
  1553. return $this->services['translator'] = new \Symfony\Component\Translation\IdentityTranslator($this->get('translator.selector'));
  1554. }
  1555. /**
  1556. * Gets the 'translator.default' service.
  1557. *
  1558. * This service is shared.
  1559. * This method always returns the same instance of the service.
  1560. *
  1561. * @return Symfony\Bundle\FrameworkBundle\Translation\Translator A Symfony\Bundle\FrameworkBundle\Translation\Translator instance.
  1562. */
  1563. protected function getTranslator_DefaultService()
  1564. {
  1565. return $this->services['translator.default'] = new \Symfony\Bundle\FrameworkBundle\Translation\Translator($this, $this->get('translator.selector'), array('translation.loader.php' => 'php', 'translation.loader.yml' => 'yml', 'translation.loader.xliff' => 'xliff'), array('cache_dir' => '/Users/lenybernard/Workspace/labo/anakin/app/cache/dev/translations', 'debug' => true), $this->get('session'));
  1566. }
  1567. /**
  1568. * Gets the 'twig' service.
  1569. *
  1570. * This service is shared.
  1571. * This method always returns the same instance of the service.
  1572. *
  1573. * @return Twig_Environment A Twig_Environment instance.
  1574. */
  1575. protected function getTwigService()
  1576. {
  1577. $this->services['twig'] = $instance = new \Twig_Environment($this->get('twig.loader'), array('debug' => true, 'strict_variables' => true, 'exception_controller' => 'Symfony\\Bundle\\TwigBundle\\Controller\\ExceptionController::showAction', 'cache' => '/Users/lenybernard/Workspace/labo/anakin/app/cache/dev/twig', 'charset' => 'UTF-8'));
  1578. $instance->addExtension(new \Symfony\Bundle\SecurityBundle\Twig\Extension\SecurityExtension($this->get('security.context')));
  1579. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($this->get('translator')));
  1580. $instance->addExtension(new \Symfony\Bundle\TwigBundle\Extension\AssetsExtension($this));
  1581. $instance->addExtension(new \Symfony\Bundle\TwigBundle\Extension\ActionsExtension($this));
  1582. $instance->addExtension(new \Symfony\Bundle\TwigBundle\Extension\CodeExtension($this));
  1583. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($this->get('router')));
  1584. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1585. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension(array(0 => 'form_div_layout.html.twig')));
  1586. $instance->addExtension(new \Symfony\Bundle\AsseticBundle\Twig\AsseticExtension($this->get('assetic.asset_factory'), true, array()));
  1587. $instance->addExtension($this->get('twig.extension.acme.demo'));
  1588. return $instance;
  1589. }
  1590. /**
  1591. * Gets the 'twig.exception_listener' service.
  1592. *
  1593. * This service is shared.
  1594. * This method always returns the same instance of the service.
  1595. *
  1596. * @return Symfony\Component\HttpKernel\EventListener\ExceptionListener A Symfony\Component\HttpKernel\EventListener\ExceptionListener instance.
  1597. */
  1598. protected function getTwig_ExceptionListenerService()
  1599. {
  1600. return $this->services['twig.exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ExceptionListener('Symfony\\Bundle\\TwigBundle\\Controller\\ExceptionController::showAction', $this->get('monolog.logger.request'));
  1601. }
  1602. /**
  1603. * Gets the 'twig.loader' service.
  1604. *
  1605. * This service is shared.
  1606. * This method always returns the same instance of the service.
  1607. *
  1608. * @return Symfony\Bundle\TwigBundle\Loader\FilesystemLoader A Symfony\Bundle\TwigBundle\Loader\FilesystemLoader instance.
  1609. */
  1610. protected function getTwig_LoaderService()
  1611. {
  1612. $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
  1613. $instance->addPath('/Users/lenybernard/Workspace/labo/anakin/vendor/symfony/src/Symfony/Bridge/Twig/Resources/views/Form');
  1614. return $instance;
  1615. }
  1616. /**
  1617. * Gets the 'validator' service.
  1618. *
  1619. * This service is shared.
  1620. * This method always returns the same instance of the service.
  1621. *
  1622. * @return Symfony\Component\Validator\Validator A Symfony\Component\Validator\Validator instance.
  1623. */
  1624. protected function getValidatorService()
  1625. {
  1626. return $this->services['validator'] = new \Symfony\Component\Validator\Validator($this->get('validator.mapping.class_metadata_factory'), new \Symfony\Bundle\FrameworkBundle\Validator\ConstraintValidatorFactory($this, array('doctrine.orm.validator.unique' => 'doctrine.orm.validator.unique')), array(0 => $this->get('doctrine.orm.validator_initializer')));
  1627. }
  1628. /**
  1629. * Gets the 'web_profiler.debug_toolbar' service.
  1630. *
  1631. * This service is shared.
  1632. * This method always returns the same instance of the service.
  1633. *
  1634. * @return Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener A Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener instance.
  1635. */
  1636. protected function getWebProfiler_DebugToolbarService()
  1637. {
  1638. return $this->services['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($this->get('templating'), false, 2);
  1639. }
  1640. /**
  1641. * Gets the database_connection service alias.
  1642. *
  1643. * @return stdClass An instance of the doctrine.dbal.default_connection service
  1644. */
  1645. protected function getDatabaseConnectionService()
  1646. {
  1647. return $this->get('doctrine.dbal.default_connection');
  1648. }
  1649. /**
  1650. * Gets the debug.event_dispatcher service alias.
  1651. *
  1652. * @return Symfony\Bundle\FrameworkBundle\Debug\TraceableEventDispatcher An instance of the event_dispatcher service
  1653. */
  1654. protected function getDebug_EventDispatcherService()
  1655. {
  1656. return $this->get('event_dispatcher');
  1657. }
  1658. /**
  1659. * Gets the doctrine.orm.entity_manager service alias.
  1660. *
  1661. * @return Doctrine\ORM\EntityManager An instance of the doctrine.orm.default_entity_manager service
  1662. */
  1663. protected function getDoctrine_Orm_EntityManagerService()
  1664. {
  1665. return $this->get('doctrine.orm.default_entity_manager');
  1666. }
  1667. /**
  1668. * Gets the 'assetic.asset_factory' service.
  1669. *
  1670. * This service is shared.
  1671. * This method always returns the same instance of the service.
  1672. *
  1673. * This service is private.
  1674. * If you want to be able to request this service from the container directly,
  1675. * make it public, otherwise you might end up with broken code.
  1676. *
  1677. * @return Symfony\Bundle\AsseticBundle\Factory\AssetFactory A Symfony\Bundle\AsseticBundle\Factory\AssetFactory instance.
  1678. */
  1679. protected function getAssetic_AssetFactoryService()
  1680. {
  1681. $this->services['assetic.asset_factory'] = $instance = new \Symfony\Bundle\AsseticBundle\Factory\AssetFactory($this->get('kernel'), $this, new \Symfony\Component\DependencyInjection\ParameterBag\ParameterBag($this->getDefaultParameters()), '/Users/lenybernard/Workspace/labo/anakin/app/../web', true);
  1682. $instance->addWorker(new \Symfony\Bundle\AsseticBundle\Factory\Worker\UseControllerWorker());
  1683. return $instance;
  1684. }
  1685. /**
  1686. * Gets the 'assetic.cache' service.
  1687. *
  1688. * This service is shared.
  1689. * This method always returns the same instance of the service.
  1690. *
  1691. * This service is private.
  1692. * If you want to be able to request this service from the container directly,
  1693. * make it public, otherwise you might end up with broken code.
  1694. *
  1695. * @return Assetic\Cache\FilesystemCache A Assetic\Cache\FilesystemCache instance.
  1696. */
  1697. protected function getAssetic_CacheService()
  1698. {
  1699. return $this->services['assetic.cache'] = new \Assetic\Cache\FilesystemCache('/Users/lenybernard/Workspace/labo/anakin/app/cache/dev/assetic/assets');
  1700. }
  1701. /**
  1702. * Gets the 'controller_name_converter' service.
  1703. *
  1704. * This service is shared.
  1705. * This method always returns the same instance of the service.
  1706. *
  1707. * This service is private.
  1708. * If you want to be able to request this service from the container directly,
  1709. * make it public, otherwise you might end up with broken code.
  1710. *
  1711. * @return Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser A Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser instance.
  1712. */
  1713. protected function getControllerNameConverterService()
  1714. {
  1715. return $this->services['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser($this->get('kernel'));
  1716. }
  1717. /**
  1718. * Gets the 'doctrine.dbal.logger' service.
  1719. *
  1720. * This service is shared.
  1721. * This method always returns the same instance of the service.
  1722. *
  1723. * This service is private.
  1724. * If you want to be able to request this service from the container directly,
  1725. * make it public, otherwise you might end up with broken code.
  1726. *
  1727. * @return Symfony\Bridge\Doctrine\Logger\DbalLogger A Symfony\Bridge\Doctrine\Logger\DbalLogger instance.
  1728. */
  1729. protected function getDoctrine_Dbal_LoggerService()
  1730. {
  1731. return $this->services['doctrine.dbal.logger'] = new \Symfony\Bridge\Doctrine\Logger\DbalLogger($this->get('monolog.logger.doctrine'));
  1732. }
  1733. /**
  1734. * Gets the 'security.access.decision_manager' service.
  1735. *
  1736. * This service is shared.
  1737. * This method always returns the same instance of the service.
  1738. *
  1739. * This service is private.
  1740. * If you want to be able to request this service from the container directly,
  1741. * make it public, otherwise you might end up with broken code.
  1742. *
  1743. * @return Symfony\Component\Security\Core\Authorization\AccessDecisionManager A Symfony\Component\Security\Core\Authorization\AccessDecisionManager instance.
  1744. */
  1745. protected function getSecurity_Access_DecisionManagerService()
  1746. {
  1747. return $this->services['security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(array(0 => new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(new \Symfony\Component\Security\Core\Role\RoleHierarchy(array('ROLE_ADMIN' => array(0 => 'ROLE_USER'), 'ROLE_SUPER_ADMIN' => array(0 => 'ROLE_USER', 1 => 'ROLE_ADMIN', 2 => 'ROLE_ALLOWED_TO_SWITCH')))), 1 => new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter($this->get('security.authentication.trust_resolver'))), 'affirmative', false, true);
  1748. }
  1749. /**
  1750. * Gets the 'security.authentication.manager' service.
  1751. *
  1752. * This service is shared.
  1753. * This method always returns the same instance of the service.
  1754. *
  1755. * This service is private.
  1756. * If you want to be able to request this service from the container directly,
  1757. * make it public, otherwise you might end up with broken code.
  1758. *
  1759. * @return Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager A Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager instance.
  1760. */
  1761. protected function getSecurity_Authentication_ManagerService()
  1762. {
  1763. return $this->services['security.authentication.manager'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(array(0 => new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider($this->get('security.user.provider.concrete.in_memory'), new \Symfony\Component\Security\Core\User\UserChecker(), 'secured_area', $this->get('security.encoder_factory'), true)));
  1764. }
  1765. /**
  1766. * Gets the 'security.authentication.trust_resolver' service.
  1767. *
  1768. * This service is shared.
  1769. * This method always returns the same instance of the service.
  1770. *
  1771. * This service is private.
  1772. * If you want to be able to request this service from the container directly,
  1773. * make it public, otherwise you might end up with broken code.
  1774. *
  1775. * @return Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver A Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver instance.
  1776. */
  1777. protected function getSecurity_Authentication_TrustResolverService()
  1778. {
  1779. return $this->services['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver('Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken', 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken');
  1780. }
  1781. /**
  1782. * Gets the 'security.user.provider.concrete.in_memory' service.
  1783. *
  1784. * This service is shared.
  1785. * This method always returns the same instance of the service.
  1786. *
  1787. * This service is private.
  1788. * If you want to be able to request this service from the container directly,
  1789. * make it public, otherwise you might end up with broken code.
  1790. *
  1791. * @return Symfony\Component\Security\Core\User\InMemoryUserProvider A Symfony\Component\Security\Core\User\InMemoryUserProvider instance.
  1792. */
  1793. protected function getSecurity_User_Provider_Concrete_InMemoryService()
  1794. {
  1795. $this->services['security.user.provider.concrete.in_memory'] = $instance = new \Symfony\Component\Security\Core\User\InMemoryUserProvider();
  1796. $instance->createUser(new \Symfony\Component\Security\Core\User\User('user', 'userpass', array(0 => 'ROLE_USER')));
  1797. $instance->createUser(new \Symfony\Component\Security\Core\User\User('admin', 'adminpass', array(0 => 'ROLE_ADMIN')));
  1798. return $instance;
  1799. }
  1800. /**
  1801. * Gets the 'templating.locator' service.
  1802. *
  1803. * This service is shared.
  1804. * This method always returns the same instance of the service.
  1805. *
  1806. * This service is private.
  1807. * If you want to be able to request this service from the container directly,
  1808. * make it public, otherwise you might end up with broken code.
  1809. *
  1810. * @return Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator A Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator instance.
  1811. */
  1812. protected function getTemplating_LocatorService()
  1813. {
  1814. return $this->services['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator($this->get('file_locator'), '/Users/lenybernard/Workspace/labo/anakin/app/cache/dev');
  1815. }
  1816. /**
  1817. * Gets the 'translator.selector' service.
  1818. *
  1819. * This service is shared.
  1820. * This method always returns the same instance of the service.
  1821. *
  1822. * This service is private.
  1823. * If you want to be able to request this service from the container directly,
  1824. * make it public, otherwise you might end up with broken code.
  1825. *
  1826. * @return Symfony\Component\Translation\MessageSelector A Symfony\Component\Translation\MessageSelector instance.
  1827. */
  1828. protected function getTranslator_SelectorService()
  1829. {
  1830. return $this->services['translator.selector'] = new \Symfony\Component\Translation\MessageSelector();
  1831. }
  1832. /**
  1833. * Gets the 'twig.extension.acme.demo' service.
  1834. *
  1835. * This service is shared.
  1836. * This method always returns the same instance of the service.
  1837. *
  1838. * This service is private.
  1839. * If you want to be able to request this service from the container directly,
  1840. * make it public, otherwise you might end up with broken code.
  1841. *
  1842. * @return Acme\DemoBundle\Twig\Extension\DemoExtension A Acme\DemoBundle\Twig\Extension\DemoExtension instance.
  1843. */
  1844. protected function getTwig_Extension_Acme_DemoService()
  1845. {
  1846. return $this->services['twig.extension.acme.demo'] = new \Acme\DemoBundle\Twig\Extension\DemoExtension($this->get('twig.loader'));
  1847. }
  1848. /**
  1849. * Gets the 'validator.mapping.class_metadata_factory' service.
  1850. *
  1851. * This service is shared.
  1852. * This method always returns the same instance of the service.
  1853. *
  1854. * This service is private.
  1855. * If you want to be able to request this service from the container directly,
  1856. * make it public, otherwise you might end up with broken code.
  1857. *
  1858. * @return Symfony\Component\Validator\Mapping\ClassMetadataFactory A Symfony\Component\Validator\Mapping\ClassMetadataFactory instance.
  1859. */
  1860. protected function getValidator_Mapping_ClassMetadataFactoryService()
  1861. {
  1862. return $this->services['validator.mapping.class_metadata_factory'] = new \Symfony\Component\Validator\Mapping\ClassMetadataFactory(new \Symfony\Component\Validator\Mapping\Loader\LoaderChain(array(0 => new \Symfony\Component\Validator\Mapping\Loader\AnnotationLoader($this->get('annotation_reader')), 1 => new \Symfony\Component\Validator\Mapping\Loader\StaticMethodLoader(), 2 => new \Symfony\Component\Validator\Mapping\Loader\XmlFilesLoader(array(0 => '/Users/lenybernard/Workspace/labo/anakin/vendor/symfony/src/Symfony/Component/Form/Resources/config/validation.xml')), 3 => new \Symfony\Component\Validator\Mapping\Loader\YamlFilesLoader(array()))), NULL);
  1863. }
  1864. /**
  1865. * {@inheritdoc}
  1866. */
  1867. public function getParameter($name)
  1868. {
  1869. $name = strtolower($name);
  1870. if (!array_key_exists($name, $this->parameters)) {
  1871. throw new \InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  1872. }
  1873. return $this->parameters[$name];
  1874. }
  1875. /**
  1876. * {@inheritdoc}
  1877. */
  1878. public function hasParameter($name)
  1879. {
  1880. return array_key_exists(strtolower($name), $this->parameters);
  1881. }
  1882. /**
  1883. * {@inheritdoc}
  1884. */
  1885. public function setParameter($name, $value)
  1886. {
  1887. throw new \LogicException('Impossible to call set() on a frozen ParameterBag.');
  1888. }
  1889. /**
  1890. * {@inheritDoc}
  1891. */
  1892. public function getParameterBag()
  1893. {
  1894. if (null === $this->parameterBag) {
  1895. $this->parameterBag = new FrozenParameterBag($this->parameters);
  1896. }
  1897. return $this->parameterBag;
  1898. }
  1899. /**
  1900. * Gets the default parameters.
  1901. *
  1902. * @return array An array of the default parameters
  1903. */
  1904. protected function getDefaultParameters()
  1905. {
  1906. return array(
  1907. 'kernel.root_dir' => '/Users/lenybernard/Workspace/labo/anakin/app',
  1908. 'kernel.environment' => 'dev',
  1909. 'kernel.debug' => true,
  1910. 'kernel.name' => 'app',
  1911. 'kernel.cache_dir' => '/Users/lenybernard/Workspace/labo/anakin/app/cache/dev',
  1912. 'kernel.logs_dir' => '/Users/lenybernard/Workspace/labo/anakin/app/logs',
  1913. 'kernel.bundles' => array(
  1914. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  1915. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  1916. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  1917. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  1918. 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  1919. 'DoctrineBundle' => 'Symfony\\Bundle\\DoctrineBundle\\DoctrineBundle',
  1920. 'AsseticBundle' => 'Symfony\\Bundle\\AsseticBundle\\AsseticBundle',
  1921. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  1922. 'JMSSecurityExtraBundle' => 'JMS\\SecurityExtraBundle\\JMSSecurityExtraBundle',
  1923. 'AcmeDemoBundle' => 'Acme\\DemoBundle\\AcmeDemoBundle',
  1924. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  1925. 'SensioDistributionBundle' => 'Sensio\\Bundle\\DistributionBundle\\SensioDistributionBundle',
  1926. 'SensioGeneratorBundle' => 'Sensio\\Bundle\\GeneratorBundle\\SensioGeneratorBundle',
  1927. ),
  1928. 'kernel.charset' => 'UTF-8',
  1929. 'kernel.container_class' => 'appDevDebugProjectContainer',
  1930. 'database_driver' => 'pdo_mysql',
  1931. 'database_host' => 'localhost',
  1932. 'database_port' => '',
  1933. 'database_name' => 'anakin',
  1934. 'database_user' => 'root',
  1935. 'database_password' => 'root',
  1936. 'mailer_transport' => 'smtp',
  1937. 'mailer_host' => 'localhost',
  1938. 'mailer_user' => '',
  1939. 'mailer_password' => '',
  1940. 'locale' => 'en',
  1941. 'secret' => 'ThisTokenIsNotSoSecretChangeIt',
  1942. 'router_listener.class' => 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\RouterListener',
  1943. 'controller_resolver.class' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver',
  1944. 'controller_name_converter.class' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerNameParser',
  1945. 'response_listener.class' => 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener',
  1946. 'event_dispatcher.class' => 'Symfony\\Bundle\\FrameworkBundle\\ContainerAwareEventDispatcher',
  1947. 'http_kernel.class' => 'Symfony\\Bundle\\FrameworkBundle\\HttpKernel',
  1948. 'filesystem.class' => 'Symfony\\Component\\Filesystem\\Filesystem',
  1949. 'cache_warmer.class' => 'Symfony\\Component\\HttpKernel\\CacheWarmer\\CacheWarmerAggregate',
  1950. 'file_locator.class' => 'Symfony\\Component\\HttpKernel\\Config\\FileLocator',
  1951. 'translator.class' => 'Symfony\\Bundle\\FrameworkBundle\\Translation\\Translator',
  1952. 'translator.identity.class' => 'Symfony\\Component\\Translation\\IdentityTranslator',
  1953. 'translator.selector.class' => 'Symfony\\Component\\Translation\\MessageSelector',
  1954. 'translation.loader.php.class' => 'Symfony\\Component\\Translation\\Loader\\PhpFileLoader',
  1955. 'translation.loader.yml.class' => 'Symfony\\Component\\Translation\\Loader\\YamlFileLoader',
  1956. 'translation.loader.xliff.class' => 'Symfony\\Component\\Translation\\Loader\\XliffFileLoader',
  1957. 'debug.event_dispatcher.class' => 'Symfony\\Bundle\\FrameworkBundle\\Debug\\TraceableEventDispatcher',
  1958. 'debug.container.dump' => '/Users/lenybernard/Workspace/labo/anakin/app/cache/dev/appDevDebugProjectContainer.xml',
  1959. 'kernel.secret' => 'ThisTokenIsNotSoSecretChangeIt',
  1960. 'kernel.trust_proxy_headers' => false,
  1961. 'session.class' => 'Symfony\\Component\\HttpFoundation\\Session',
  1962. 'session.storage.native.class' => 'Symfony\\Component\\HttpFoundation\\SessionStorage\\NativeSessionStorage',
  1963. 'session.storage.filesystem.class' => 'Symfony\\Component\\HttpFoundation\\SessionStorage\\FilesystemSessionStorage',
  1964. 'session_listener.class' => 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SessionListener',
  1965. 'session.default_locale' => 'en',
  1966. 'session.storage.options' => array(
  1967. ),
  1968. 'form.extension.class' => 'Symfony\\Component\\Form\\Extension\\DependencyInjection\\DependencyInjectionExtension',
  1969. 'form.factory.class' => 'Symfony\\Component\\Form\\FormFactory',
  1970. 'form.type_guesser.validator.class' => 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser',
  1971. 'form.csrf_provider.class' => 'Symfony\\Component\\Form\\Extension\\Csrf\\CsrfProvider\\SessionCsrfProvider',
  1972. 'form.type_extension.csrf.enabled' => true,
  1973. 'form.type_extension.csrf.field_name' => '_token',
  1974. 'validator.class' => 'Symfony\\Component\\Validator\\Validator',
  1975. 'validator.mapping.class_metadata_factory.class' => 'Symfony\\Component\\Validator\\Mapping\\ClassMetadataFactory',
  1976. 'validator.mapping.cache.apc.class' => 'Symfony\\Component\\Validator\\Mapping\\Cache\\ApcCache',
  1977. 'validator.mapping.cache.prefix' => '',
  1978. 'validator.mapping.loader.loader_chain.class' => 'Symfony\\Component\\Validator\\Mapping\\Loader\\LoaderChain',
  1979. 'validator.mapping.loader.static_method_loader.class' => 'Symfony\\Component\\Validator\\Mapping\\Loader\\StaticMethodLoader',
  1980. 'validator.mapping.loader.annotation_loader.class' => 'Symfony\\Component\\Validator\\Mapping\\Loader\\AnnotationLoader',
  1981. 'validator.mapping.loader.xml_files_loader.class' => 'Symfony\\Component\\Validator\\Mapping\\Loader\\XmlFilesLoader',
  1982. 'validator.mapping.loader.yaml_files_loader.class' => 'Symfony\\Component\\Validator\\Mapping\\Loader\\YamlFilesLoader',
  1983. 'validator.validator_factory.class' => 'Symfony\\Bundle\\FrameworkBundle\\Validator\\ConstraintValidatorFactory',
  1984. 'validator.mapping.loader.xml_files_loader.mapping_files' => array(
  1985. 0 => '/Users/lenybernard/Workspace/labo/anakin/vendor/symfony/src/Symfony/Component/Form/Resources/config/validation.xml',
  1986. ),
  1987. 'validator.mapping.loader.yaml_files_loader.mapping_files' => array(
  1988. ),
  1989. 'profiler.class' => 'Symfony\\Component\\HttpKernel\\Profiler\\Profiler',
  1990. 'profiler_listener.class' => 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener',
  1991. 'data_collector.config.class' => 'Symfony\\Component\\HttpKernel\\DataCollector\\ConfigDataCollector',
  1992. 'data_collector.request.class' => 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RequestDataCollector',
  1993. 'data_collector.exception.class' => 'Symfony\\Component\\HttpKernel\\DataCollector\\ExceptionDataCollector',
  1994. 'data_collector.events.class' => 'Symfony\\Component\\HttpKernel\\DataCollector\\EventDataCollector',
  1995. 'data_collector.logger.class' => 'Symfony\\Component\\HttpKernel\\DataCollector\\LoggerDataCollector',
  1996. 'data_collector.timer.class' => 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\TimerDataCollector',
  1997. 'data_collector.memory.class' => 'Symfony\\Component\\HttpKernel\\DataCollector\\MemoryDataCollector',
  1998. 'profiler_listener.only_exceptions' => false,
  1999. 'profiler_listener.only_master_requests' => false,
  2000. 'profiler.storage.dsn' => 'sqlite:/Users/lenybernard/Workspace/labo/anakin/app/cache/dev/profiler.db',
  2001. 'profiler.storage.username' => '',
  2002. 'profiler.storage.password' => '',
  2003. 'profiler.storage.lifetime' => 86400,
  2004. 'router.class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\Router',
  2005. 'routing.loader.class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader',
  2006. 'routing.resolver.class' => 'Symfony\\Component\\Config\\Loader\\LoaderResolver',
  2007. 'routing.loader.xml.class' => 'Symfony\\Component\\Routing\\Loader\\XmlFileLoader',
  2008. 'routing.loader.yml.class' => 'Symfony\\Component\\Routing\\Loader\\YamlFileLoader',
  2009. 'routing.loader.php.class' => 'Symfony\\Component\\Routing\\Loader\\PhpFileLoader',
  2010. 'router.options.generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
  2011. 'router.options.generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
  2012. 'router.options.generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper',
  2013. 'router.options.matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher',
  2014. 'router.options.matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher',
  2015. 'router.options.matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper',
  2016. 'router.cache_warmer.class' => 'Symfony\\Bundle\\FrameworkBundle\\CacheWarmer\\RouterCacheWarmer',
  2017. 'router.options.matcher.cache_class' => 'appdevUrlMatcher',
  2018. 'router.options.generator.cache_class' => 'appdevUrlGenerator',
  2019. 'router.resource' => '/Users/lenybernard/Workspace/labo/anakin/app/config/routing_dev.yml',
  2020. 'request_listener.http_port' => 80,
  2021. 'request_listener.https_port' => 443,
  2022. 'templating.engine.delegating.class' => 'Symfony\\Bundle\\FrameworkBundle\\Templating\\DelegatingEngine',
  2023. 'templating.name_parser.class' => 'Symfony\\Bundle\\FrameworkBundle\\Templating\\TemplateNameParser',
  2024. 'templating.cache_warmer.template_paths.class' => 'Symfony\\Bundle\\FrameworkBundle\\CacheWarmer\\TemplatePathsCacheWarmer',
  2025. 'templating.locator.class' => 'Symfony\\Bundle\\FrameworkBundle\\Templating\\Loader\\TemplateLocator',
  2026. 'templating.loader.filesystem.class' => 'Symfony\\Bundle\\FrameworkBundle\\Templating\\Loader\\FilesystemLoader',
  2027. 'templating.loader.cache.class' => 'Symfony\\Component\\Templating\\Loader\\CacheLoader',
  2028. 'templating.loader.chain.class' => 'Symfony\\Component\\Templating\\Loader\\ChainLoader',
  2029. 'templating.finder.class' => 'Symfony\\Bundle\\FrameworkBundle\\CacheWarmer\\TemplateFinder',
  2030. 'templating.engine.php.class' => 'Symfony\\Bundle\\FrameworkBundle\\Templating\\PhpEngine',
  2031. 'templating.helper.slots.class' => 'Symfony\\Component\\Templating\\Helper\\SlotsHelper',
  2032. 'templating.helper.assets.class' => 'Symfony\\Component\\Templating\\Helper\\CoreAssetsHelper',
  2033. 'templating.helper.actions.class' => 'Symfony\\Bundle\\FrameworkBundle\\Templating\\Helper\\ActionsHelper',
  2034. 'templating.helper.router.class' => 'Symfony\\Bundle\\FrameworkBundle\\Templating\\Helper\\RouterHelper',
  2035. 'templating.helper.request.class' => 'Symfony\\Bundle\\FrameworkBundle\\Templating\\Helper\\RequestHelper',
  2036. 'templating.helper.session.class' => 'Symfony\\Bundle\\FrameworkBundle\\Templating\\Helper\\SessionHelper',
  2037. 'templating.helper.code.class' => 'Symfony\\Bundle\\FrameworkBundle\\Templating\\Helper\\CodeHelper',
  2038. 'templating.helper.translator.class' => 'Symfony\\Bundle\\FrameworkBundle\\Templating\\Helper\\TranslatorHelper',
  2039. 'templating.helper.form.class' => 'Symfony\\Bundle\\FrameworkBundle\\Templating\\Helper\\FormHelper',
  2040. 'templating.globals.class' => 'Symfony\\Bundle\\FrameworkBundle\\Templating\\GlobalVariables',
  2041. 'templating.asset.path_package.class' => 'Symfony\\Bundle\\FrameworkBundle\\Templating\\Asset\\PathPackage',
  2042. 'templating.asset.url_package.class' => 'Symfony\\Component\\Templating\\Asset\\UrlPackage',
  2043. 'templating.asset.package_factory.class' => 'Symfony\\Bundle\\FrameworkBundle\\Templating\\Asset\\PackageFactory',
  2044. 'templating.helper.code.file_link_format' => NULL,
  2045. 'templating.helper.form.resources' => array(
  2046. 0 => 'FrameworkBundle:Form',
  2047. ),
  2048. 'templating.debugger.class' => 'Symfony\\Bundle\\FrameworkBundle\\Templating\\Debugger',
  2049. 'templating.loader.cache.path' => NULL,
  2050. 'templating.engines' => array(
  2051. 0 => 'twig',
  2052. ),
  2053. 'annotations.reader.class' => 'Doctrine\\Common\\Annotations\\AnnotationReader',
  2054. 'annotations.cached_reader.class' => 'Doctrine\\Common\\Annotations\\CachedReader',
  2055. 'annotations.file_cache_reader.class' => 'Doctrine\\Common\\Annotations\\FileCacheReader',
  2056. 'security.context.class' => 'Symfony\\Component\\Security\\Core\\SecurityContext',
  2057. 'security.user_checker.class' => 'Symfony\\Component\\Security\\Core\\User\\UserChecker',
  2058. 'security.encoder_factory.generic.class' => 'Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactory',
  2059. 'security.encoder.digest.class' => 'Symfony\\Component\\Security\\Core\\Encoder\\MessageDigestPasswordEncoder',
  2060. 'security.encoder.plain.class' => 'Symfony\\Component\\Security\\Core\\Encoder\\PlaintextPasswordEncoder',
  2061. 'security.user.provider.entity.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2062. 'security.user.provider.in_memory.class' => 'Symfony\\Component\\Security\\Core\\User\\InMemoryUserProvider',
  2063. 'security.user.provider.in_memory.user.class' => 'Symfony\\Component\\Security\\Core\\User\\User',
  2064. 'security.user.provider.chain.class' => 'Symfony\\Component\\Security\\Core\\User\\ChainUserProvider',
  2065. 'security.authentication.trust_resolver.class' => 'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationTrustResolver',
  2066. 'security.authentication.trust_resolver.anonymous_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken',
  2067. 'security.authentication.trust_resolver.rememberme_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken',
  2068. 'security.authentication.manager.class' => 'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationProviderManager',
  2069. 'security.authentication.session_strategy.class' => 'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategy',
  2070. 'security.access.decision_manager.class' => 'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManager',
  2071. 'security.access.simple_role_voter.class' => 'Symfony\\Component\\Security\\Core\\Authorization\\Voter\\RoleVoter',
  2072. 'security.access.authenticated_voter.class' => 'Symfony\\Component\\Security\\Core\\Authorization\\Voter\\AuthenticatedVoter',
  2073. 'security.access.role_hierarchy_voter.class' => 'Symfony\\Component\\Security\\Core\\Authorization\\Voter\\RoleHierarchyVoter',
  2074. 'security.firewall.class' => 'Symfony\\Component\\Security\\Http\\Firewall',
  2075. 'security.firewall.map.class' => 'Symfony\\Bundle\\SecurityBundle\\Security\\FirewallMap',
  2076. 'security.firewall.context.class' => 'Symfony\\Bundle\\SecurityBundle\\Security\\FirewallContext',
  2077. 'security.matcher.class' => 'Symfony\\Component\\HttpFoundation\\RequestMatcher',
  2078. 'security.role_hierarchy.class' => 'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchy',
  2079. 'security.http_utils.class' => 'Symfony\\Component\\Security\\Http\\HttpUtils',
  2080. 'security.authentication.retry_entry_point.class' => 'Symfony\\Component\\Security\\Http\\EntryPoint\\RetryAuthenticationEntryPoint',
  2081. 'security.channel_listener.class' => 'Symfony\\Component\\Security\\Http\\Firewall\\ChannelListener',
  2082. 'security.authentication.form_entry_point.class' => 'Symfony\\Component\\Security\\Http\\EntryPoint\\FormAuthenticationEntryPoint',
  2083. 'security.authentication.listener.form.class' => 'Symfony\\Component\\Security\\Http\\Firewall\\UsernamePasswordFormAuthenticationListener',
  2084. 'security.authentication.listener.basic.class' => 'Symfony\\Component\\Security\\Http\\Firewall\\BasicAuthenticationListener',
  2085. 'security.authentication.basic_entry_point.class' => 'Symfony\\Component\\Security\\Http\\EntryPoint\\BasicAuthenticationEntryPoint',
  2086. 'security.authentication.listener.digest.class' => 'Symfony\\Component\\Security\\Http\\Firewall\\DigestAuthenticationListener',
  2087. 'security.authentication.digest_entry_point.class' => 'Symfony\\Component\\Security\\Http\\EntryPoint\\DigestAuthenticationEntryPoint',
  2088. 'security.authentication.listener.x509.class' => 'Symfony\\Component\\Security\\Http\\Firewall\\X509AuthenticationListener',
  2089. 'security.authentication.listener.anonymous.class' => 'Symfony\\Component\\Security\\Http\\Firewall\\AnonymousAuthenticationListener',
  2090. 'security.authentication.switchuser_listener.class' => 'Symfony\\Component\\Security\\Http\\Firewall\\SwitchUserListener',
  2091. 'security.logout_listener.class' => 'Symfony\\Component\\Security\\Http\\Firewall\\LogoutListener',
  2092. 'security.logout.handler.session.class' => 'Symfony\\Component\\Security\\Http\\Logout\\SessionLogoutHandler',
  2093. 'security.logout.handler.cookie_clearing.class' => 'Symfony\\Component\\Security\\Http\\Logout\\CookieClearingLogoutHandler',
  2094. 'security.access_listener.class' => 'Symfony\\Component\\Security\\Http\\Firewall\\AccessListener',
  2095. 'security.access_map.class' => 'Symfony\\Component\\Security\\Http\\AccessMap',
  2096. 'security.exception_listener.class' => 'Symfony\\Component\\Security\\Http\\Firewall\\ExceptionListener',
  2097. 'security.context_listener.class' => 'Symfony\\Component\\Security\\Http\\Firewall\\ContextListener',
  2098. 'security.authentication.provider.dao.class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Provider\\DaoAuthenticationProvider',
  2099. 'security.authentication.provider.pre_authenticated.class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Provider\\PreAuthenticatedAuthenticationProvider',
  2100. 'security.authentication.provider.anonymous.class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Provider\\AnonymousAuthenticationProvider',
  2101. 'security.authentication.provider.rememberme.class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Provider\\RememberMeAuthenticationProvider',
  2102. 'security.authentication.listener.rememberme.class' => 'Symfony\\Component\\Security\\Http\\Firewall\\RememberMeListener',
  2103. 'security.rememberme.token.provider.in_memory.class' => 'Symfony\\Component\\Security\\Core\\Authentication\\RememberMe\\InMemoryTokenProvider',
  2104. 'security.authentication.rememberme.services.persistent.class' => 'Symfony\\Component\\Security\\Http\\RememberMe\\PersistentTokenBasedRememberMeServices',
  2105. 'security.authentication.rememberme.services.simplehash.class' => 'Symfony\\Component\\Security\\Http\\RememberMe\\TokenBasedRememberMeServices',
  2106. 'security.rememberme.response_listener.class' => 'Symfony\\Bundle\\SecurityBundle\\EventListener\\ResponseListener',
  2107. 'templating.helper.security.class' => 'Symfony\\Bundle\\SecurityBundle\\Templating\\Helper\\SecurityHelper',
  2108. 'data_collector.security.class' => 'Symfony\\Bundle\\SecurityBundle\\DataCollector\\SecurityDataCollector',
  2109. 'security.access.denied_url' => NULL,
  2110. 'security.authentication.session_strategy.strategy' => 'migrate',
  2111. 'security.access.always_authenticate_before_granting' => false,
  2112. 'security.authentication.hide_user_not_found' => true,
  2113. 'security.role_hierarchy.roles' => array(
  2114. 'ROLE_ADMIN' => array(
  2115. 0 => 'ROLE_USER',
  2116. ),
  2117. 'ROLE_SUPER_ADMIN' => array(
  2118. 0 => 'ROLE_USER',
  2119. 1 => 'ROLE_ADMIN',
  2120. 2 => 'ROLE_ALLOWED_TO_SWITCH',
  2121. ),
  2122. ),
  2123. 'twig.class' => 'Twig_Environment',
  2124. 'twig.loader.class' => 'Symfony\\Bundle\\TwigBundle\\Loader\\FilesystemLoader',
  2125. 'templating.engine.twig.class' => 'Symfony\\Bundle\\TwigBundle\\TwigEngine',
  2126. 'twig.cache_warmer.class' => 'Symfony\\Bundle\\TwigBundle\\CacheWarmer\\TemplateCacheCacheWarmer',
  2127. 'twig.extension.trans.class' => 'Symfony\\Bridge\\Twig\\Extension\\TranslationExtension',
  2128. 'twig.extension.assets.class' => 'Symfony\\Bundle\\TwigBundle\\Extension\\AssetsExtension',
  2129. 'twig.extension.actions.class' => 'Symfony\\Bundle\\TwigBundle\\Extension\\ActionsExtension',
  2130. 'twig.extension.code.class' => 'Symfony\\Bundle\\TwigBundle\\Extension\\CodeExtension',
  2131. 'twig.extension.routing.class' => 'Symfony\\Bridge\\Twig\\Extension\\RoutingExtension',
  2132. 'twig.extension.yaml.class' => 'Symfony\\Bridge\\Twig\\Extension\\YamlExtension',
  2133. 'twig.extension.form.class' => 'Symfony\\Bridge\\Twig\\Extension\\FormExtension',
  2134. 'twig.exception_listener.class' => 'Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener',
  2135. 'twig.exception_listener.controller' => 'Symfony\\Bundle\\TwigBundle\\Controller\\ExceptionController::showAction',
  2136. 'twig.form.resources' => array(
  2137. 0 => 'form_div_layout.html.twig',
  2138. ),
  2139. 'twig.options' => array(
  2140. 'debug' => true,
  2141. 'strict_variables' => true,
  2142. 'exception_controller' => 'Symfony\\Bundle\\TwigBundle\\Controller\\ExceptionController::showAction',
  2143. 'cache' => '/Users/lenybernard/Workspace/labo/anakin/app/cache/dev/twig',
  2144. 'charset' => 'UTF-8',
  2145. ),
  2146. 'monolog.logger.class' => 'Symfony\\Bridge\\Monolog\\Logger',
  2147. 'monolog.handler.stream.class' => 'Monolog\\Handler\\StreamHandler',
  2148. 'monolog.handler.fingers_crossed.class' => 'Monolog\\Handler\\FingersCrossedHandler',
  2149. 'monolog.handler.group.class' => 'Monolog\\Handler\\GroupHandler',
  2150. 'monolog.handler.buffer.class' => 'Monolog\\Handler\\BufferHandler',
  2151. 'monolog.handler.rotating_file.class' => 'Monolog\\Handler\\RotatingFileHandler',
  2152. 'monolog.handler.syslog.class' => 'Monolog\\Handler\\SyslogHandler',
  2153. 'monolog.handler.null.class' => 'Monolog\\Handler\\NullHandler',
  2154. 'monolog.handler.test.class' => 'Monolog\\Handler\\TestHandler',
  2155. 'monolog.handler.firephp.class' => 'Symfony\\Bridge\\Monolog\\Handler\\FirePHPHandler',
  2156. 'monolog.handler.debug.class' => 'Symfony\\Bridge\\Monolog\\Handler\\DebugHandler',
  2157. 'monolog.handler.swift_mailer.class' => 'Monolog\\Handler\\SwiftMailerHandler',
  2158. 'monolog.handler.native_mailer.class' => 'Monolog\\Handler\\NativeMailerHandler',
  2159. 'swiftmailer.class' => 'Swift_Mailer',
  2160. 'swiftmailer.transport.sendmail.class' => 'Swift_Transport_SendmailTransport',
  2161. 'swiftmailer.transport.mail.class' => 'Swift_Transport_MailTransport',
  2162. 'swiftmailer.transport.failover.class' => 'Swift_Transport_FailoverTransport',
  2163. 'swiftmailer.plugin.redirecting.class' => 'Swift_Plugins_RedirectingPlugin',
  2164. 'swiftmailer.plugin.impersonate.class' => 'Swift_Plugins_ImpersonatePlugin',
  2165. 'swiftmailer.plugin.messagelogger.class' => 'Symfony\\Bundle\\SwiftmailerBundle\\Logger\\MessageLogger',
  2166. 'swiftmailer.plugin.antiflood.class' => 'Swift_Plugins_AntiFloodPlugin',
  2167. 'swiftmailer.plugin.antiflood.threshold' => 99,
  2168. 'swiftmailer.plugin.antiflood.sleep' => 0,
  2169. 'swiftmailer.data_collector.class' => 'Symfony\\Bundle\\SwiftmailerBundle\\DataCollector\\MessageDataCollector',
  2170. 'swiftmailer.transport.smtp.class' => 'Swift_Transport_EsmtpTransport',
  2171. 'swiftmailer.transport.smtp.encryption' => NULL,
  2172. 'swiftmailer.transport.smtp.port' => 25,
  2173. 'swiftmailer.transport.smtp.host' => 'localhost',
  2174. 'swiftmailer.transport.smtp.username' => '',
  2175. 'swiftmailer.transport.smtp.password' => '',
  2176. 'swiftmailer.transport.smtp.auth_mode' => NULL,
  2177. 'swiftmailer.spool.enabled' => false,
  2178. 'swiftmailer.sender_address' => NULL,
  2179. 'swiftmailer.single_address' => NULL,
  2180. 'doctrine.dbal.logger.debug.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2181. 'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2182. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2183. 'doctrine.data_collector.class' => 'Symfony\\Bridge\\Doctrine\\DataCollector\\DoctrineDataCollector',
  2184. 'doctrine.dbal.connection.event_manager.class' => 'Doctrine\\Common\\EventManager',
  2185. 'doctrine.dbal.connection_factory.class' => 'Symfony\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2186. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2187. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2188. 'doctrine.class' => 'Symfony\\Bundle\\DoctrineBundle\\Registry',
  2189. 'doctrine.entity_managers' => array(
  2190. 'default' => 'doctrine.orm.default_entity_manager',
  2191. ),
  2192. 'doctrine.default_entity_manager' => 'default',
  2193. 'doctrine.dbal.connection_factory.types' => array(
  2194. ),
  2195. 'doctrine.connections' => array(
  2196. 'default' => 'doctrine.dbal.default_connection',
  2197. ),
  2198. 'doctrine.default_connection' => 'default',
  2199. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2200. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2201. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2202. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2203. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2204. 'doctrine.orm.cache.memcache_host' => 'localhost',
  2205. 'doctrine.orm.cache.memcache_port' => 11211,
  2206. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2207. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2208. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\ORM\\Mapping\\Driver\\DriverChain',
  2209. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2210. 'doctrine.orm.metadata.annotation_reader.class' => 'Symfony\\Bridge\\Doctrine\\Annotations\\IndexedReader',
  2211. 'doctrine.orm.metadata.xml.class' => 'Symfony\\Bridge\\Doctrine\\Mapping\\Driver\\XmlDriver',
  2212. 'doctrine.orm.metadata.yml.class' => 'Symfony\\Bridge\\Doctrine\\Mapping\\Driver\\YamlDriver',
  2213. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2214. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2215. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2216. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2217. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2218. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\EntityInitializer',
  2219. 'doctrine.orm.auto_generate_proxy_classes' => true,
  2220. 'doctrine.orm.proxy_dir' => '/Users/lenybernard/Workspace/labo/anakin/app/cache/dev/doctrine/orm/Proxies',
  2221. 'doctrine.orm.proxy_namespace' => 'Proxies',
  2222. 'assetic.asset_factory.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\AssetFactory',
  2223. 'assetic.asset_manager.class' => 'Assetic\\Factory\\LazyAssetManager',
  2224. 'assetic.asset_manager_cache_warmer.class' => 'Symfony\\Bundle\\AsseticBundle\\CacheWarmer\\AssetManagerCacheWarmer',
  2225. 'assetic.cached_formula_loader.class' => 'Assetic\\Factory\\Loader\\CachedFormulaLoader',
  2226. 'assetic.config_cache.class' => 'Assetic\\Cache\\ConfigCache',
  2227. 'assetic.config_loader.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Loader\\ConfigurationLoader',
  2228. 'assetic.config_resource.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Resource\\ConfigurationResource',
  2229. 'assetic.coalescing_directory_resource.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Resource\\CoalescingDirectoryResource',
  2230. 'assetic.directory_resource.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Resource\\DirectoryResource',
  2231. 'assetic.filter_manager.class' => 'Symfony\\Bundle\\AsseticBundle\\FilterManager',
  2232. 'assetic.worker.ensure_filter.class' => 'Assetic\\Factory\\Worker\\EnsureFilterWorker',
  2233. 'assetic.node.paths' => array(
  2234. ),
  2235. 'assetic.cache_dir' => '/Users/lenybernard/Workspace/labo/anakin/app/cache/dev/assetic',
  2236. 'assetic.bundles' => array(
  2237. 0 => 'FrameworkBundle',
  2238. 1 => 'SecurityBundle',
  2239. 2 => 'TwigBundle',
  2240. 3 => 'MonologBundle',
  2241. 4 => 'SwiftmailerBundle',
  2242. 5 => 'DoctrineBundle',
  2243. 6 => 'AsseticBundle',
  2244. 7 => 'SensioFrameworkExtraBundle',
  2245. 8 => 'JMSSecurityExtraBundle',
  2246. 9 => 'AcmeDemoBundle',
  2247. 10 => 'WebProfilerBundle',
  2248. 11 => 'SensioDistributionBundle',
  2249. 12 => 'SensioGeneratorBundle',
  2250. ),
  2251. 'assetic.twig_extension.class' => 'Symfony\\Bundle\\AsseticBundle\\Twig\\AsseticExtension',
  2252. 'assetic.twig_formula_loader.class' => 'Assetic\\Extension\\Twig\\TwigFormulaLoader',
  2253. 'assetic.helper.dynamic.class' => 'Symfony\\Bundle\\AsseticBundle\\Templating\\DynamicAsseticHelper',
  2254. 'assetic.helper.static.class' => 'Symfony\\Bundle\\AsseticBundle\\Templating\\StaticAsseticHelper',
  2255. 'assetic.php_formula_loader.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Loader\\AsseticHelperFormulaLoader',
  2256. 'assetic.debug' => true,
  2257. 'assetic.use_controller' => true,
  2258. 'assetic.enable_profiler' => false,
  2259. 'assetic.read_from' => '/Users/lenybernard/Workspace/labo/anakin/app/../web',
  2260. 'assetic.write_to' => '/Users/lenybernard/Workspace/labo/anakin/app/../web',
  2261. 'assetic.java.bin' => '/usr/bin/java',
  2262. 'assetic.node.bin' => '/usr/bin/node',
  2263. 'assetic.ruby.bin' => '/usr/bin/ruby',
  2264. 'assetic.sass.bin' => '/usr/bin/sass',
  2265. 'assetic.filter.cssrewrite.class' => 'Assetic\\Filter\\CssRewriteFilter',
  2266. 'assetic.twig_extension.functions' => array(
  2267. ),
  2268. 'assetic.controller.class' => 'Symfony\\Bundle\\AsseticBundle\\Controller\\AsseticController',
  2269. 'assetic.routing_loader.class' => 'Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader',
  2270. 'assetic.cache.class' => 'Assetic\\Cache\\FilesystemCache',
  2271. 'assetic.use_controller_worker.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Worker\\UseControllerWorker',
  2272. 'assetic.request_listener.class' => 'Symfony\\Bundle\\AsseticBundle\\EventListener\\RequestListener',
  2273. 'sensio_framework_extra.controller.listener.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener',
  2274. 'sensio_framework_extra.routing.loader.annot_dir.class' => 'Symfony\\Component\\Routing\\Loader\\AnnotationDirectoryLoader',
  2275. 'sensio_framework_extra.routing.loader.annot_file.class' => 'Symfony\\Component\\Routing\\Loader\\AnnotationFileLoader',
  2276. 'sensio_framework_extra.routing.loader.annot_class.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader',
  2277. 'sensio_framework_extra.converter.listener.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener',
  2278. 'sensio_framework_extra.converter.manager.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\ParamConverterManager',
  2279. 'sensio_framework_extra.converter.doctrine.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DoctrineParamConverter',
  2280. 'sensio_framework_extra.view.listener.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener',
  2281. 'security.secured_services' => array(
  2282. ),
  2283. 'security.access.method_interceptor.class' => 'JMS\\SecurityExtraBundle\\Security\\Authorization\\Interception\\MethodSecurityInterceptor',
  2284. 'security.access.run_as_manager.class' => 'JMS\\SecurityExtraBundle\\Security\\Authorization\\RunAsManager',
  2285. 'security.authentication.provider.run_as.class' => 'JMS\\SecurityExtraBundle\\Security\\Authentication\\Provider\\RunAsAuthenticationProvider',
  2286. 'security.run_as.key' => 'RunAsToken',
  2287. 'security.run_as.role_prefix' => 'ROLE_',
  2288. 'security.access.after_invocation_manager.class' => 'JMS\\SecurityExtraBundle\\Security\\Authorization\\AfterInvocation\\AfterInvocationManager',
  2289. 'security.access.after_invocation.acl_provider.class' => 'JMS\\SecurityExtraBundle\\Security\\Authorization\\AfterInvocation\\AclAfterInvocationProvider',
  2290. 'security.extra.controller_listener.class' => 'JMS\\SecurityExtraBundle\\Controller\\ControllerListener',
  2291. 'security.access.iddqd_voter.class' => 'JMS\\SecurityExtraBundle\\Security\\Authorization\\Voter\\IddqdVoter',
  2292. 'security.extra.secure_all_services' => false,
  2293. 'web_profiler.debug_toolbar.class' => 'Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener',
  2294. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  2295. 'web_profiler.debug_toolbar.mode' => 2,
  2296. 'sensio.distribution.webconfigurator.class' => 'Sensio\\Bundle\\DistributionBundle\\Configurator\\Configurator',
  2297. 'data_collector.templates' => array(
  2298. 'data_collector.config' => array(
  2299. 0 => 'config',
  2300. 1 => 'WebProfilerBundle:Collector:config',
  2301. ),
  2302. 'data_collector.request' => array(
  2303. 0 => 'request',
  2304. 1 => 'WebProfilerBundle:Collector:request',
  2305. ),
  2306. 'data_collector.exception' => array(
  2307. 0 => 'exception',
  2308. 1 => 'WebProfilerBundle:Collector:exception',
  2309. ),
  2310. 'data_collector.events' => array(
  2311. 0 => 'events',
  2312. 1 => 'WebProfilerBundle:Collector:events',
  2313. ),
  2314. 'data_collector.logger' => array(
  2315. 0 => 'logger',
  2316. 1 => 'WebProfilerBundle:Collector:logger',
  2317. ),
  2318. 'data_collector.timer' => array(
  2319. 0 => 'timer',
  2320. 1 => 'WebProfilerBundle:Collector:timer',
  2321. ),
  2322. 'data_collector.memory' => array(
  2323. 0 => 'memory',
  2324. 1 => 'WebProfilerBundle:Collector:memory',
  2325. ),
  2326. 'data_collector.security' => array(
  2327. 0 => 'security',
  2328. 1 => 'SecurityBundle:Collector:security',
  2329. ),
  2330. 'swiftmailer.data_collector' => array(
  2331. 0 => 'swiftmailer',
  2332. 1 => 'SwiftmailerBundle:Collector:swiftmailer',
  2333. ),
  2334. 'data_collector.doctrine' => array(
  2335. 0 => 'db',
  2336. 1 => 'DoctrineBundle:Collector:db',
  2337. ),
  2338. ),
  2339. );
  2340. }
  2341. }