예제 #1
0
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath('/opt/lampp/htdocs/symfony2/symfony/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form');
     return $instance;
 }
예제 #2
0
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath('C:\\wamp\\www\\NetBeansProjects\\ShopMoi\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath('C:\\wamp\\www\\NetBeansProjects\\ShopMoi\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\SecurityBundle/Resources/views', 'Security');
     $instance->addPath('C:\\wamp\\www\\NetBeansProjects\\ShopMoi\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\TwigBundle/Resources/views', 'Twig');
     $instance->addPath('C:\\wamp\\www\\NetBeansProjects\\ShopMoi\\vendor\\symfony\\swiftmailer-bundle\\Symfony\\Bundle\\SwiftmailerBundle/Resources/views', 'Swiftmailer');
     $instance->addPath('C:\\wamp\\www\\NetBeansProjects\\ShopMoi\\vendor\\doctrine\\doctrine-bundle\\Doctrine\\Bundle\\DoctrineBundle/Resources/views', 'Doctrine');
     $instance->addPath('C:\\wamp\\www\\NetBeansProjects\\ShopMoi\\src\\SM\\SiteBundle/Resources/views', 'SMSite');
     $instance->addPath('C:\\wamp\\www\\NetBeansProjects\\ShopMoi\\src\\SM\\FemmesBundle/Resources/views', 'SMFemmes');
     $instance->addPath('C:/wamp/www/NetBeansProjects/ShopMoi/app/Resources/views');
     $instance->addPath('C:\\wamp\\www\\NetBeansProjects\\ShopMoi\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig/Resources/views/Form');
     return $instance;
 }
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views', 'Security');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views', 'Twig');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/swiftmailer-bundle/Resources/views', 'Swiftmailer');
     $instance->addPath($this->targetDirs[3] . '/vendor/doctrine/doctrine-bundle/Resources/views', 'Doctrine');
     $instance->addPath($this->targetDirs[3] . '/src/Cestom/ArticleBundle/Resources/views', 'CestomArticle');
     $instance->addPath($this->targetDirs[3] . '/src/Cestom/AdminBundle/Resources/views', 'CestomAdmin');
     $instance->addPath($this->targetDirs[3] . '/src/Cestom/UserBundle/Resources/views', 'CestomUser');
     $instance->addPath($this->targetDirs[3] . '/src/Cestom/StoreBundle/Resources/views', 'CestomStore');
     $instance->addPath($this->targetDirs[3] . '/src/CestomLoginBundle/Resources/views', 'CestomLogin');
     $instance->addPath($this->targetDirs[3] . '/vendor/friendsofsymfony/user-bundle/Resources/views', 'FOSUser');
     $instance->addPath($this->targetDirs[3] . '/vendor/vich/uploader-bundle/Resources/views', 'VichUploader');
     $instance->addPath($this->targetDirs[3] . '/src/Cestom/Bundle/TestBundle/Resources/views', 'CestomTest');
     $instance->addPath($this->targetDirs[2] . '/Resources/views');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form');
     return $instance;
 }
 /**
  * Gets the 'twig.loader' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader A Symfony\Bundle\TwigBundle\Loader\FilesystemLoader instance.
  */
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\SecurityBundle/Resources/views', 'Security');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\TwigBundle/Resources/views', 'Twig');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\swiftmailer-bundle/Resources/views', 'Swiftmailer');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\doctrine\\doctrine-bundle/Resources/views', 'Doctrine');
     $instance->addPath($this->targetDirs[3] . '\\src\\ContactBundle/Resources/views', 'Contact');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\knplabs\\knp-paginator-bundle/Resources/views', 'KnpPaginator');
     $instance->addPath($this->targetDirs[3] . '\\src\\AuthentificationBundle/Resources/views', 'Authentification');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\DebugBundle/Resources/views', 'Debug');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\WebProfilerBundle/Resources/views', 'WebProfiler');
     $instance->addPath($this->targetDirs[3] . '\\app/Resources/views');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig/Resources/views/Form');
     return $instance;
 }
예제 #5
0
 /**
  * Gets the 'twig.loader' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader A Symfony\Bundle\TwigBundle\Loader\FilesystemLoader instance.
  */
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\SecurityBundle/Resources/views', 'Security');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\TwigBundle/Resources/views', 'Twig');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\swiftmailer-bundle/Resources/views', 'Swiftmailer');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\doctrine\\doctrine-bundle/Resources/views', 'Doctrine');
     $instance->addPath($this->targetDirs[3] . '\\src\\AppBundle/Resources/views', 'App');
     $instance->addPath($this->targetDirs[3] . '\\src\\BDE\\EventBundle/Resources/views', 'BDEEvent');
     $instance->addPath($this->targetDirs[3] . '\\src\\BDE\\ShowcaseBundle/Resources/views', 'BDEShowcase');
     $instance->addPath($this->targetDirs[3] . '\\src\\Train\\CoreBundle/Resources/views', 'TrainCore');
     $instance->addPath($this->targetDirs[3] . '\\src\\Train\\UserBundle/Resources/views', 'TrainUser');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\DebugBundle/Resources/views', 'Debug');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\WebProfilerBundle/Resources/views', 'WebProfiler');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\sensio\\distribution-bundle\\Sensio\\Bundle\\DistributionBundle/Resources/views', 'SensioDistribution');
     $instance->addPath($this->targetDirs[2] . '/Resources/views');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig/Resources/views/Form');
     return $instance;
 }
 /**
  * Gets the 'twig.loader' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader A Symfony\Bundle\TwigBundle\Loader\FilesystemLoader instance.
  */
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath('C:\\Bitnami\\wampstack-5.5.26-0\\apache2\\htdocs\\Symfony\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath('C:\\Bitnami\\wampstack-5.5.26-0\\apache2\\htdocs\\Symfony\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\SecurityBundle/Resources/views', 'Security');
     $instance->addPath('C:\\Bitnami\\wampstack-5.5.26-0\\apache2\\htdocs\\Symfony\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\TwigBundle/Resources/views', 'Twig');
     $instance->addPath('C:\\Bitnami\\wampstack-5.5.26-0\\apache2\\htdocs\\Symfony\\vendor\\symfony\\swiftmailer-bundle\\Symfony\\Bundle\\SwiftmailerBundle/Resources/views', 'Swiftmailer');
     $instance->addPath('C:\\Bitnami\\wampstack-5.5.26-0\\apache2\\htdocs\\Symfony\\vendor\\doctrine\\doctrine-bundle\\Doctrine\\Bundle\\DoctrineBundle/Resources/views', 'Doctrine');
     $instance->addPath('C:\\Bitnami\\wampstack-5.5.26-0\\apache2\\htdocs\\Symfony\\src\\Application\\ApplicationBundle/Resources/views', 'ApplicationApplication');
     $instance->addPath('C:\\Bitnami\\wampstack-5.5.26-0\\apache2\\htdocs\\Symfony\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\WebProfilerBundle/Resources/views', 'WebProfiler');
     $instance->addPath('C:\\Bitnami\\wampstack-5.5.26-0\\apache2\\htdocs\\Symfony\\vendor\\sensio\\distribution-bundle\\Sensio\\Bundle\\DistributionBundle/Resources/views', 'SensioDistribution');
     $instance->addPath('C:/Bitnami/wampstack-5.5.26-0/apache2/htdocs/Symfony/app/Resources/views');
     $instance->addPath('C:\\Bitnami\\wampstack-5.5.26-0\\apache2\\htdocs\\Symfony\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig/Resources/views/Form');
     return $instance;
 }
 /**
  * Gets the 'twig.loader' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader A Symfony\Bundle\TwigBundle\Loader\FilesystemLoader instance.
  */
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\SecurityBundle/Resources/views', 'Security');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\TwigBundle/Resources/views', 'Twig');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\swiftmailer-bundle/Resources/views', 'Swiftmailer');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\doctrine\\doctrine-bundle/Resources/views', 'Doctrine');
     $instance->addPath($this->targetDirs[3] . '\\src\\Sdz\\BlogBundle/Resources/views', 'SdzBlog');
     $instance->addPath($this->targetDirs[3] . '\\src\\Cert\\IncidentBundle/Resources/views', 'CertIncident');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\friendsofsymfony\\user-bundle/Resources/views', 'FOSUser');
     $instance->addPath($this->targetDirs[3] . '\\src\\Cert\\UserBundle/Resources/views', 'CertUser');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\knplabs\\knp-paginator-bundle/Resources/views', 'KnpPaginator');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\DebugBundle/Resources/views', 'Debug');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\WebProfilerBundle/Resources/views', 'WebProfiler');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\sensio\\distribution-bundle\\Sensio\\Bundle\\DistributionBundle/Resources/views', 'SensioDistribution');
     $instance->addPath($this->targetDirs[2] . '/Resources/views');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig/Resources/views/Form');
     return $instance;
 }
예제 #8
0
 /**
  * Gets the 'twig.loader' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader A Symfony\Bundle\TwigBundle\Loader\FilesystemLoader instance
  */
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views', 'Security');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views', 'Twig');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/swiftmailer-bundle/Resources/views', 'Swiftmailer');
     $instance->addPath($this->targetDirs[3] . '/vendor/doctrine/doctrine-bundle/Resources/views', 'Doctrine');
     $instance->addPath($this->targetDirs[3] . '/vendor/knplabs/knp-paginator-bundle/Resources/views', 'KnpPaginator');
     $instance->addPath($this->targetDirs[3] . '/vendor/willdurand/js-translation-bundle/Bazinga/Bundle/JsTranslationBundle/Resources/views', 'BazingaJsTranslation');
     $instance->addPath($this->targetDirs[3] . '/vendor/craue/formflow-bundle/Resources/views', 'CraueFormFlow');
     $instance->addPath($this->targetDirs[3] . '/vendor/jms/translation-bundle/JMS/TranslationBundle/Resources/views', 'JMSTranslation');
     $instance->addPath($this->targetDirs[3] . '/vendor/liip/imagine-bundle/Resources/views', 'LiipImagine');
     $instance->addPath($this->targetDirs[3] . '/vendor/7rin0/bigfoot-core-bundle/Bigfoot/Bundle/CoreBundle/Resources/views', 'BigfootCore');
     $instance->addPath($this->targetDirs[3] . '/vendor/7rin0/bigfoot-navigation-bundle/Bigfoot/Bundle/NavigationBundle/Resources/views', 'BigfootNavigation');
     $instance->addPath($this->targetDirs[3] . '/vendor/7rin0/bigfoot-user-bundle/Bigfoot/Bundle/UserBundle/Resources/views', 'BigfootUser');
     $instance->addPath($this->targetDirs[3] . '/vendor/7rin0/bigfoot-content-bundle/Bigfoot/Bundle/ContentBundle/Resources/views', 'BigfootContent');
     $instance->addPath($this->targetDirs[3] . '/vendor/7rin0/bigfoot-default-theme/Bigfoot/Theme/DefaultThemeBundle/Resources/views', 'BigfootDefaultTheme');
     $instance->addPath($this->targetDirs[3] . '/vendor/7rin0/bigfoot-media-bundle/Bigfoot/Bundle/MediaBundle/Resources/views', 'BigfootMedia');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views', 'Debug');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views', 'WebProfiler');
     $instance->addPath($this->targetDirs[3] . '/app/Resources/views');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form');
     $instance->addPath($this->targetDirs[3] . '/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views');
     return $instance;
 }
예제 #9
0
 /**
  * Gets the 'twig.loader' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader A Symfony\Bundle\TwigBundle\Loader\FilesystemLoader instance.
  */
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views', 'Security');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views', 'Twig');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/swiftmailer-bundle/Resources/views', 'Swiftmailer');
     $instance->addPath($this->targetDirs[3] . '/vendor/doctrine/doctrine-bundle/Resources/views', 'Doctrine');
     $instance->addPath($this->targetDirs[3] . '/src/Air/BlogBundle/Resources/views', 'AirBlog');
     $instance->addPath($this->targetDirs[3] . '/vendor/knplabs/knp-paginator-bundle/Knp/Bundle/PaginatorBundle/Resources/views', 'KnpPaginator');
     $instance->addPath($this->targetDirs[3] . '/src/Common/UserBundle/Resources/views', 'CommonUser');
     $instance->addPath($this->targetDirs[3] . '/src/Air/AdminBundle/Resources/views', 'AirAdmin');
     $instance->addPath($this->targetDirs[2] . '/Resources/views');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form');
     return $instance;
 }
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views', 'Twig');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/swiftmailer-bundle/Resources/views', 'Swiftmailer');
     $instance->addPath($this->targetDirs[3] . '/vendor/doctrine/doctrine-bundle/Resources/views', 'Doctrine');
     $instance->addPath($this->targetDirs[3] . '/vendor/sonata-project/intl-bundle/Sonata/IntlBundle/Resources/views', 'SonataIntl');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views', 'Security');
     $instance->addPath($this->targetDirs[3] . '/vendor/vincet/bootstrap-form-bundle/VinceT/BootstrapFormBundle/Resources/views', 'VinceTBootstrapForm');
     $instance->addPath($this->targetDirs[3] . '/src/Aet/AnnuaireBundle/Resources/views', 'AetAnnuaire');
     $instance->addPath($this->targetDirs[3] . '/vendor/friendsofsymfony/user-bundle/Resources/views', 'FOSUser');
     $instance->addPath($this->targetDirs[3] . '/vendor/friendsofsymfony/comment-bundle/FOS/CommentBundle/Resources/views', 'FOSComment');
     $instance->addPath($this->targetDirs[3] . '/src/Aet/CommunicationBundle/Resources/views', 'AetCommunication');
     $instance->addPath($this->targetDirs[3] . '/vendor/egeloen/ckeditor-bundle/Resources/views', 'IvoryCKEditor');
     $instance->addPath($this->targetDirs[3] . '/vendor/knplabs/knp-paginator-bundle/Knp/Bundle/PaginatorBundle/Resources/views', 'KnpPaginator');
     $instance->addPath($this->targetDirs[3] . '/vendor/braincrafted/bootstrap-bundle/Braincrafted/Bundle/BootstrapBundle/Resources/views', 'BraincraftedBootstrap');
     $instance->addPath($this->targetDirs[2] . '/Resources/views');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form');
     return $instance;
 }
예제 #11
0
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath('D:\\MyWork\\MeetingApp\\vendor\\symfony\\src\\Symfony\\Bundle\\TwigBundle\\DependencyInjection/../../../Bridge/Twig/Resources/views/Form');
     return $instance;
 }
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath('/home/uo3te6uz/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath('/home/uo3te6uz/public_html/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views', 'Security');
     $instance->addPath('/home/uo3te6uz/public_html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views', 'Twig');
     $instance->addPath('/home/uo3te6uz/public_html/vendor/symfony/swiftmailer-bundle/Symfony/Bundle/SwiftmailerBundle/Resources/views', 'Swiftmailer');
     $instance->addPath('/home/uo3te6uz/public_html/vendor/doctrine/doctrine-bundle/Doctrine/Bundle/DoctrineBundle/Resources/views', 'Doctrine');
     $instance->addPath('/home/uo3te6uz/public_html/vendor/friendsofsymfony/user-bundle/FOS/UserBundle/Resources/views', 'FOSUser');
     $instance->addPath('/home/uo3te6uz/public_html/vendor/knplabs/knp-paginator-bundle/Knp/Bundle/PaginatorBundle/Resources/views', 'KnpPaginator');
     $instance->addPath('/home/uo3te6uz/public_html/src/Tawsella/UserBundle/Resources/views', 'User');
     $instance->addPath('/home/uo3te6uz/public_html/src/Tawsella/LayoutBundle/Resources/views', 'Layout');
     $instance->addPath('/home/uo3te6uz/public_html/src/Tawsella/FrontendBundle/Resources/views', 'Frontend');
     $instance->addPath('/home/uo3te6uz/public_html/src/Tawsella/BackendBundle/Resources/views', 'Backend');
     $instance->addPath('/home/uo3te6uz/public_html/app/Resources/views');
     $instance->addPath('/home/uo3te6uz/public_html/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form');
     return $instance;
 }
예제 #13
0
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views', 'Security');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views', 'Twig');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/swiftmailer-bundle/Resources/views', 'Swiftmailer');
     $instance->addPath($this->targetDirs[3] . '/vendor/doctrine/doctrine-bundle/Doctrine/Bundle/DoctrineBundle/Resources/views', 'Doctrine');
     $instance->addPath($this->targetDirs[3] . '/src/Annuaire/AnnuaireBundle/Resources/views', 'Annuaire');
     $instance->addPath($this->targetDirs[3] . '/vendor/friendsofsymfony/user-bundle/Resources/views', 'FOSUser');
     $instance->addPath($this->targetDirs[3] . '/src/Utilisateurs/UtilisateurBundle/Resources/views', 'Utilisateur');
     $instance->addPath($this->targetDirs[2] . '/Resources/views');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form');
     return $instance;
 }
 /**
  * Gets the 'twig.loader' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader A Symfony\Bundle\TwigBundle\Loader\FilesystemLoader instance.
  */
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views', 'Security');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views', 'Twig');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/swiftmailer-bundle/Resources/views', 'Swiftmailer');
     $instance->addPath($this->targetDirs[3] . '/vendor/doctrine/doctrine-bundle/Resources/views', 'Doctrine');
     $instance->addPath($this->targetDirs[3] . '/src/Pierreclr/BlogBundle/Resources/views', 'Blog');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views', 'Debug');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views', 'WebProfiler');
     $instance->addPath($this->targetDirs[3] . '/app/Resources/views');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form');
     return $instance;
 }
 /**
  * Gets the 'twig.loader' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader A Symfony\Bundle\TwigBundle\Loader\FilesystemLoader instance.
  */
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath('C:\\wamp\\www\\winnick\\api\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath('C:\\wamp\\www\\winnick\\api\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\SecurityBundle/Resources/views', 'Security');
     $instance->addPath('C:\\wamp\\www\\winnick\\api\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\TwigBundle/Resources/views', 'Twig');
     $instance->addPath('C:\\wamp\\www\\winnick\\api\\vendor\\symfony\\swiftmailer-bundle\\Symfony\\Bundle\\SwiftmailerBundle/Resources/views', 'Swiftmailer');
     $instance->addPath('C:\\wamp\\www\\winnick\\api\\vendor\\doctrine\\doctrine-bundle\\Doctrine\\Bundle\\DoctrineBundle/Resources/views', 'Doctrine');
     $instance->addPath('C:\\wamp\\www\\winnick\\api\\src\\App\\AppBundle/Resources/views', 'App');
     $instance->addPath('C:\\wamp\\www\\winnick\\api\\src\\Acme\\DemoBundle/Resources/views', 'AcmeDemo');
     $instance->addPath('C:\\wamp\\www\\winnick\\api\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\WebProfilerBundle/Resources/views', 'WebProfiler');
     $instance->addPath('C:\\wamp\\www\\winnick\\api\\vendor\\sensio\\distribution-bundle\\Sensio\\Bundle\\DistributionBundle/Resources/views', 'SensioDistribution');
     $instance->addPath('C:/wamp/www/winnick/api/app/Resources/views');
     $instance->addPath('C:\\wamp\\www\\winnick\\api\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig/Resources/views/Form');
     return $instance;
 }
 /**
  * Gets the 'twig.loader' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader A Symfony\Bundle\TwigBundle\Loader\FilesystemLoader instance.
  */
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath('C:\\xampp\\htdocs\\StockManager\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath('C:\\xampp\\htdocs\\StockManager\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\SecurityBundle/Resources/views', 'Security');
     $instance->addPath('C:\\xampp\\htdocs\\StockManager\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\TwigBundle/Resources/views', 'Twig');
     $instance->addPath('C:\\xampp\\htdocs\\StockManager\\vendor\\symfony\\swiftmailer-bundle\\Symfony\\Bundle\\SwiftmailerBundle/Resources/views', 'Swiftmailer');
     $instance->addPath('C:\\xampp\\htdocs\\StockManager\\vendor\\doctrine\\doctrine-bundle\\Doctrine\\Bundle\\DoctrineBundle/Resources/views', 'Doctrine');
     $instance->addPath('C:\\xampp\\htdocs\\StockManager\\src\\Main\\StockManagerBundle/Resources/views', 'MainStockManager');
     $instance->addPath('C:\\xampp\\htdocs\\StockManager\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\WebProfilerBundle/Resources/views', 'WebProfiler');
     $instance->addPath('C:\\xampp\\htdocs\\StockManager\\vendor\\sensio\\distribution-bundle\\Sensio\\Bundle\\DistributionBundle/Resources/views', 'SensioDistribution');
     $instance->addPath('C:/xampp/htdocs/StockManager/app/Resources/views');
     $instance->addPath('C:\\xampp\\htdocs\\StockManager\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig/Resources/views/Form');
     return $instance;
 }
 /**
  * Gets the 'twig.loader' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader A Symfony\Bundle\TwigBundle\Loader\FilesystemLoader instance.
  */
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views', 'Security');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views', 'Twig');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/swiftmailer-bundle/Resources/views', 'Swiftmailer');
     $instance->addPath($this->targetDirs[3] . '/vendor/doctrine/doctrine-bundle/Resources/views', 'Doctrine');
     $instance->addPath($this->targetDirs[3] . '/app/Resources/FOSUserBundle/views', 'FOSUser');
     $instance->addPath($this->targetDirs[3] . '/vendor/friendsofsymfony/user-bundle/Resources/views', 'FOSUser');
     $instance->addPath($this->targetDirs[3] . '/vendor/javiereguiluz/easyadmin-bundle/Resources/views', 'EasyAdmin');
     $instance->addPath($this->targetDirs[3] . '/vendor/egeloen/ckeditor-bundle/Resources/views', 'IvoryCKEditor');
     $instance->addPath($this->targetDirs[3] . '/vendor/vich/uploader-bundle/Resources/views', 'VichUploader');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views', 'Debug');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views', 'WebProfiler');
     $instance->addPath($this->targetDirs[3] . '/app/Resources/views');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form');
     return $instance;
 }
 /**
  * Gets the 'twig.loader' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return Twig_Loader_Chain A Twig_Loader_Chain instance.
  */
 protected function getTwig_LoaderService()
 {
     $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $a->addPath('/var/www/default/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views', 'Framework');
     $a->addPath('/var/www/default/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views', 'Security');
     $a->addPath('/var/www/default/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views', 'Twig');
     $a->addPath('/var/www/default/vendor/symfony/swiftmailer-bundle/Symfony/Bundle/SwiftmailerBundle/Resources/views', 'Swiftmailer');
     $a->addPath('/var/www/default/vendor/tedivm/stash-bundle/Tedivm/StashBundle/Resources/views', 'TedivmStash');
     $a->addPath('/var/www/default/vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Resources/views', 'EzPublishCore');
     $a->addPath('/var/www/default/vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishLegacyBundle/Resources/views', 'EzPublishLegacy');
     $a->addPath('/var/www/default/vendor/ezsystems/demobundle/EzSystems/DemoBundle/Resources/views', 'eZDemo');
     $a->addPath('/var/www/default/vendor/ezsystems/comments-bundle/EzSystems/CommentsBundle/Resources/views', 'EzSystemsComments');
     $a->addPath('/var/www/default/src/Bluetel/CoreBundle/Resources/views', 'BluetelCore');
     $a->addPath('/var/www/default/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views', 'WebProfiler');
     $a->addPath('/var/www/default/vendor/sensio/distribution-bundle/Sensio/Bundle/DistributionBundle/Resources/views', 'SensioDistribution');
     $a->addPath('/var/www/default/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form');
     $this->services['twig.loader'] = $instance = new \Twig_Loader_Chain();
     $instance->addLoader($a);
     $instance->addLoader($this->get('twig.loader.string'));
     return $instance;
 }
 /**
  * Gets the 'twig.loader' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader A Symfony\Bundle\TwigBundle\Loader\FilesystemLoader instance.
  */
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\SecurityBundle/Resources/views', 'Security');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\TwigBundle/Resources/views', 'Twig');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\swiftmailer-bundle/Resources/views', 'Swiftmailer');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\doctrine\\doctrine-bundle/Resources/views', 'Doctrine');
     $instance->addPath($this->targetDirs[3] . '\\src\\Acme\\DemoBundle/Resources/views', 'AcmeDemo');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\sonata-project\\core-bundle/Resources/views', 'SonataCore');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\sonata-project\\block-bundle/Resources/views', 'SonataBlock');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\sonata-project\\doctrine-orm-admin-bundle/Resources/views', 'SonataDoctrineORMAdmin');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\sonata-project\\admin-bundle/Resources/views', 'SonataAdmin');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\DebugBundle/Resources/views', 'Debug');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\WebProfilerBundle/Resources/views', 'WebProfiler');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\sensio\\distribution-bundle\\Sensio\\Bundle\\DistributionBundle/Resources/views', 'SensioDistribution');
     $instance->addPath($this->targetDirs[2] . '/Resources/views');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig/Resources/views/Form');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\knplabs\\knp-menu\\src\\Knp\\Menu/Resources/views');
     return $instance;
 }
 /**
  * Gets the 'twig.loader' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader A Symfony\Bundle\TwigBundle\Loader\FilesystemLoader instance.
  */
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views', 'Security');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views', 'Twig');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/swiftmailer-bundle/Resources/views', 'Swiftmailer');
     $instance->addPath($this->targetDirs[3] . '/vendor/doctrine/doctrine-bundle/Resources/views', 'Doctrine');
     $instance->addPath($this->targetDirs[3] . '/src/AppBundle/Resources/views', 'App');
     $instance->addPath($this->targetDirs[3] . '/vendor/braincrafted/bootstrap-bundle/Braincrafted/Bundle/BootstrapBundle/Resources/views', 'BraincraftedBootstrap');
     $instance->addPath($this->targetDirs[2] . '/Resources/views');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form');
     return $instance;
 }
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\SecurityBundle/Resources/views', 'Security');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\TwigBundle/Resources/views', 'Twig');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\swiftmailer-bundle/Resources/views', 'Swiftmailer');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\doctrine\\doctrine-bundle/Resources/views', 'Doctrine');
     $instance->addPath($this->targetDirs[3] . '\\src\\keny\\LeboncoinBundle/Resources/views', 'kenyLeboncoin');
     $instance->addPath($this->targetDirs[2] . '/Resources/views');
     $instance->addPath($this->targetDirs[3] . '\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig/Resources/views/Form');
     return $instance;
 }
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath('/var/www/html/www.sonata.com/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath('/var/www/html/www.sonata.com/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views', 'Security');
     $instance->addPath('/var/www/html/www.sonata.com/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views', 'Twig');
     $instance->addPath('/var/www/html/www.sonata.com/vendor/symfony/swiftmailer-bundle/Symfony/Bundle/SwiftmailerBundle/Resources/views', 'Swiftmailer');
     $instance->addPath('/var/www/html/www.sonata.com/vendor/doctrine/doctrine-bundle/Doctrine/Bundle/DoctrineBundle/Resources/views', 'Doctrine');
     $instance->addPath('/var/www/html/www.sonata.com/vendor/friendsofsymfony/user-bundle/FOS/UserBundle/Resources/views', 'FOSUser');
     $instance->addPath('/var/www/html/www.sonata.com/src/Acme/UserBundle/Resources/views', 'AcmeUser');
     $instance->addPath('/var/www/html/www.sonata.com/src/Acme/StoreBundle/Resources/views', 'AcmeStore');
     $instance->addPath('/var/www/html/www.sonata.com/src/Acme/ImageBundle/Resources/views', 'AcmeImage');
     $instance->addPath('/var/www/html/www.sonata.com/src/Acme/HomeBundle/Resources/views', 'AcmeHome');
     $instance->addPath('/var/www/html/www.sonata.com/src/Acme/InfoBundle/Resources/views', 'AcmeInfo');
     $instance->addPath('/var/www/html/www.sonata.com/vendor/stfalcon/tinymce-bundle/Stfalcon/Bundle/TinymceBundle/Resources/views', 'StfalconTinymce');
     $instance->addPath('/var/www/html/www.sonata.com/src/Acme/CategoryBundle/Resources/views', 'AcmeCategory');
     $instance->addPath('/var/www/html/www.sonata.com/src/Acme/FooterBundle/Resources/views', 'AcmeFooter');
     $instance->addPath('/var/www/html/www.sonata.com/src/Acme/TeamBundle/Resources/views', 'AcmeTeam');
     $instance->addPath('/var/www/html/www.sonata.com/app/Resources/views');
     $instance->addPath('/var/www/html/www.sonata.com/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form');
     return $instance;
 }
예제 #23
0
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath('/var/www/html/oncall/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath('/var/www/html/oncall/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views', 'Security');
     $instance->addPath('/var/www/html/oncall/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views', 'Twig');
     $instance->addPath('/var/www/html/oncall/vendor/symfony/swiftmailer-bundle/Symfony/Bundle/SwiftmailerBundle/Resources/views', 'Swiftmailer');
     $instance->addPath('/var/www/html/oncall/vendor/doctrine/doctrine-bundle/Doctrine/Bundle/DoctrineBundle/Resources/views', 'Doctrine');
     $instance->addPath('/var/www/html/oncall/app/Resources/views');
     $instance->addPath('/var/www/html/oncall/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form');
     return $instance;
 }
 /**
  * Gets the 'twig.loader' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader A Symfony\Bundle\TwigBundle\Loader\FilesystemLoader instance.
  */
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath('/home/andoni/symfony2/peliculas/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath('/home/andoni/symfony2/peliculas/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views', 'Security');
     $instance->addPath('/home/andoni/symfony2/peliculas/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views', 'Twig');
     $instance->addPath('/home/andoni/symfony2/peliculas/vendor/symfony/swiftmailer-bundle/Symfony/Bundle/SwiftmailerBundle/Resources/views', 'Swiftmailer');
     $instance->addPath('/home/andoni/symfony2/peliculas/vendor/doctrine/doctrine-bundle/Doctrine/Bundle/DoctrineBundle/Resources/views', 'Doctrine');
     $instance->addPath('/home/andoni/symfony2/peliculas/src/uni/Bundle/PeliculasBundle/Resources/views', 'uniPeliculas');
     $instance->addPath('/home/andoni/symfony2/peliculas/src/Acme/DemoBundle/Resources/views', 'AcmeDemo');
     $instance->addPath('/home/andoni/symfony2/peliculas/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views', 'WebProfiler');
     $instance->addPath('/home/andoni/symfony2/peliculas/vendor/sensio/distribution-bundle/Sensio/Bundle/DistributionBundle/Resources/views', 'SensioDistribution');
     $instance->addPath('/home/andoni/symfony2/peliculas/app/Resources/views');
     $instance->addPath('/home/andoni/symfony2/peliculas/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form');
     return $instance;
 }
 /**
  * Gets the 'twig.loader' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader A Symfony\Bundle\TwigBundle\Loader\FilesystemLoader instance.
  */
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views', 'Security');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views', 'Twig');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/swiftmailer-bundle/Resources/views', 'Swiftmailer');
     $instance->addPath($this->targetDirs[3] . '/vendor/doctrine/doctrine-bundle/Resources/views', 'Doctrine');
     $instance->addPath($this->targetDirs[3] . '/vendor/doctrine/phpcr-bundle/Resources/views', 'DoctrinePHPCR');
     $instance->addPath($this->targetDirs[3] . '/vendor/sonata-project/core-bundle/Resources/views', 'SonataCore');
     $instance->addPath($this->targetDirs[3] . '/vendor/sonata-project/block-bundle/Resources/views', 'SonataBlock');
     $instance->addPath($this->targetDirs[3] . '/vendor/sonata-project/admin-bundle/Resources/views', 'SonataAdmin');
     $instance->addPath($this->targetDirs[3] . '/vendor/sonata-project/doctrine-phpcr-admin-bundle/Resources/views', 'SonataDoctrinePHPCRAdmin');
     $instance->addPath($this->targetDirs[3] . '/vendor/sonata-project/doctrine-orm-admin-bundle/Resources/views', 'SonataDoctrineORMAdmin');
     $instance->addPath($this->targetDirs[3] . '/vendor/friendsofsymfony/user-bundle/FOS/UserBundle/Resources/views', 'FOSUser');
     $instance->addPath($this->targetDirs[3] . '/vendor/sonata-project/user-bundle/Resources/views', 'SonataUser');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony-cmf/tree-browser-bundle/Resources/views', 'CmfTreeBrowser');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony-cmf/core-bundle/Resources/views', 'CmfCore');
     $instance->addPath($this->targetDirs[3] . '/src/Acme/BasicCmsBundle/Resources/views', 'AcmeBasicCms');
     $instance->addPath($this->targetDirs[3] . '/src/Application/Sonata/UserBundle/Resources/views', 'ApplicationSonataUser');
     $instance->addPath($this->targetDirs[3] . '/src/Acme/BackendBundle/Resources/views', 'AcmeBackend');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views', 'Debug');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views', 'WebProfiler');
     $instance->addPath($this->targetDirs[3] . '/vendor/sensio/distribution-bundle/Sensio/Bundle/DistributionBundle/Resources/views', 'SensioDistribution');
     $instance->addPath($this->targetDirs[2] . '/Resources/views');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form');
     $instance->addPath($this->targetDirs[3] . '/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views');
     return $instance;
 }
 /**
  * Gets the 'twig.loader' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return Symfony\Bundle\TwigBundle\Loader\FilesystemLoader A Symfony\Bundle\TwigBundle\Loader\FilesystemLoader instance.
  */
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath('/var/www/test2/vendor/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/../../../Bridge/Twig/Resources/views/Form');
     return $instance;
 }
 /**
  * Gets the 'twig.loader' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader A Symfony\Bundle\TwigBundle\Loader\FilesystemLoader instance.
  */
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views', 'Security');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views', 'Twig');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/swiftmailer-bundle/Resources/views', 'Swiftmailer');
     $instance->addPath($this->targetDirs[3] . '/vendor/doctrine/doctrine-bundle/Resources/views', 'Doctrine');
     $instance->addPath($this->targetDirs[3] . '/src/AppBundle/Resources/views', 'App');
     $instance->addPath($this->targetDirs[2] . '/Resources/FOSUserBundle/views', 'FOSUser');
     $instance->addPath($this->targetDirs[3] . '/vendor/friendsofsymfony/user-bundle/Resources/views', 'FOSUser');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views', 'Debug');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views', 'WebProfiler');
     $instance->addPath($this->targetDirs[3] . '/vendor/sensio/distribution-bundle/Sensio/Bundle/DistributionBundle/Resources/views', 'SensioDistribution');
     $instance->addPath($this->targetDirs[2] . '/Resources/views');
     $instance->addPath($this->targetDirs[3] . '/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form');
     return $instance;
 }
 /**
  * Gets the 'twig.loader' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader A Symfony\Bundle\TwigBundle\Loader\FilesystemLoader instance.
  */
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath('D:\\SiteRising\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath('D:\\SiteRising\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\SecurityBundle/Resources/views', 'Security');
     $instance->addPath('D:\\SiteRising\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\TwigBundle/Resources/views', 'Twig');
     $instance->addPath('D:\\SiteRising\\vendor\\symfony\\swiftmailer-bundle\\Symfony\\Bundle\\SwiftmailerBundle/Resources/views', 'Swiftmailer');
     $instance->addPath('D:\\SiteRising\\vendor\\doctrine\\doctrine-bundle\\Doctrine\\Bundle\\DoctrineBundle/Resources/views', 'Doctrine');
     $instance->addPath('D:\\SiteRising\\vendor\\friendsofsymfony\\user-bundle\\FOS\\UserBundle/Resources/views', 'FOSUser');
     $instance->addPath('D:\\SiteRising\\src\\SiteRising\\UserBundle/Resources/views', 'SiteRisingUser');
     $instance->addPath('D:\\SiteRising\\src\\SiteRising\\AionBundle/Resources/views', 'SiteRisingAion');
     $instance->addPath('D:\\SiteRising\\vendor\\gregwar\\captcha-bundle\\Gregwar\\CaptchaBundle/Resources/views', 'GregwarCaptcha');
     $instance->addPath('D:\\SiteRising\\src\\SiteRising\\AionShopBundle/Resources/views', 'AionShop');
     $instance->addPath('D:\\SiteRising\\vendor\\knplabs\\knp-paginator-bundle\\Knp\\Bundle\\PaginatorBundle/Resources/views', 'KnpPaginator');
     $instance->addPath('D:\\SiteRising\\vendor\\ras\\flash-alert-bundle\\Ras\\Bundle\\FlashAlertBundle/Resources/views', 'RasFlashAlert');
     $instance->addPath('D:\\SiteRising\\src\\SiteRising\\AionServerBundle/Resources/views', 'AionServer');
     $instance->addPath('D:\\SiteRising\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\WebProfilerBundle/Resources/views', 'WebProfiler');
     $instance->addPath('D:\\SiteRising\\vendor\\sensio\\distribution-bundle\\Sensio\\Bundle\\DistributionBundle/Resources/views', 'SensioDistribution');
     $instance->addPath('D:/SiteRising/app/Resources/views');
     $instance->addPath('D:\\SiteRising\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig/Resources/views/Form');
     return $instance;
 }
 /**
  * Gets the 'twig.loader' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader A Symfony\Bundle\TwigBundle\Loader\FilesystemLoader instance.
  */
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath('/code/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath('/code/vendor/symfony/swiftmailer-bundle/Resources/views', 'Swiftmailer');
     $instance->addPath('/code/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views', 'Twig');
     $instance->addPath('/code/vendor/doctrine/doctrine-bundle/Resources/views', 'Doctrine');
     return $instance;
 }
 protected function getTwig_LoaderService()
 {
     $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader($this->get('templating.locator'), $this->get('templating.name_parser'));
     $instance->addPath('C:\\Users\\NIKOLAS\\Documents\\NetBeansProjects\\ProIVWebVIlla\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\FrameworkBundle/Resources/views', 'Framework');
     $instance->addPath('C:\\Users\\NIKOLAS\\Documents\\NetBeansProjects\\ProIVWebVIlla\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\SecurityBundle/Resources/views', 'Security');
     $instance->addPath('C:\\Users\\NIKOLAS\\Documents\\NetBeansProjects\\ProIVWebVIlla\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\TwigBundle/Resources/views', 'Twig');
     $instance->addPath('C:\\Users\\NIKOLAS\\Documents\\NetBeansProjects\\ProIVWebVIlla\\vendor\\symfony\\swiftmailer-bundle\\Symfony\\Bundle\\SwiftmailerBundle/Resources/views', 'Swiftmailer');
     $instance->addPath('C:\\Users\\NIKOLAS\\Documents\\NetBeansProjects\\ProIVWebVIlla\\vendor\\doctrine\\doctrine-bundle\\Doctrine\\Bundle\\DoctrineBundle/Resources/views', 'Doctrine');
     $instance->addPath('C:\\Users\\NIKOLAS\\Documents\\NetBeansProjects\\ProIVWebVIlla\\src\\WebVL\\WebVillasBundle/Resources/views', 'WebVLWebVillas');
     $instance->addPath('C:\\Users\\NIKOLAS\\Documents\\NetBeansProjects\\ProIVWebVIlla\\vendor\\gregwar\\captcha-bundle\\Gregwar\\CaptchaBundle/Resources/views', 'GregwarCaptcha');
     $instance->addPath('C:/Users/NIKOLAS/Documents/NetBeansProjects/ProIVWebVIlla/app/Resources/views');
     $instance->addPath('C:\\Users\\NIKOLAS\\Documents\\NetBeansProjects\\ProIVWebVIlla\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig/Resources/views/Form');
     return $instance;
 }