Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,84 @@ public function load(array $configs, ContainerBuilder $container)
'Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver',
// Cannot be included because annotations will parse the big compiled class file
// 'Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller',

'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector',
'Symfony\\Bundle\\FrameworkBundle\\Fragment\\ContainerAwareHIncludeFragmentRenderer',
'Symfony\\Bundle\\FrameworkBundle\\Templating\\EngineInterface',

'Symfony\\Component\\DependencyInjection\\ParameterBag\\FrozenParameterBag',
'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBag',
'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface',

'Symfony\\Component\\Form\\AbstractRendererEngine',
'Symfony\\Component\\Form\\Extension\\Csrf\\CsrfProvider\\CsrfProviderInterface',
'Symfony\\Component\\Form\\Extension\\Csrf\\CsrfProvider\\DefaultCsrfProvider',
'Symfony\\Component\\Form\\Extension\\Csrf\\CsrfProvider\\SessionCsrfProvider',
'Symfony\\Component\\Form\\FormRenderer',
'Symfony\\Component\\Form\\FormRendererEngineInterface',
'Symfony\\Component\\Form\\FormRendererInterface',

'Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag',
'Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBagInterface',
'Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBag',
'Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBagInterface',
'Symfony\\Component\\HttpFoundation\\Session\\SessionBagInterface',
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MetadataBag',

'Symfony\\Component\\HttpKernel\\DataCollector\\ConfigDataCollector',
'Symfony\\Component\\HttpKernel\\DataCollector\\DataCollector',
'Symfony\\Component\\HttpKernel\\DataCollector\\DataCollectorInterface',
'Symfony\\Component\\HttpKernel\\DataCollector\\EventDataCollector',
'Symfony\\Component\\HttpKernel\\DataCollector\\ExceptionDataCollector',
'Symfony\\Component\\HttpKernel\\DataCollector\\LoggerDataCollector',
'Symfony\\Component\\HttpKernel\\DataCollector\\MemoryDataCollector',
'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector',
'Symfony\\Component\\HttpKernel\\DataCollector\\RouterDataCollector',
'Symfony\\Component\\HttpKernel\\DataCollector\\TimeDataCollector',
'Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener',
'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener',
'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener',
'Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener',
'Symfony\\Component\\HttpKernel\\Exception\\FlattenException',
'Symfony\\Component\\HttpKernel\\Fragment\\FragmentHandler',
'Symfony\\Component\\HttpKernel\\Fragment\\FragmentRendererInterface',
'Symfony\\Component\\HttpKernel\\Fragment\\HIncludeFragmentRenderer',
'Symfony\\Component\\HttpKernel\\Fragment\\InlineFragmentRenderer',
'Symfony\\Component\\HttpKernel\\Fragment\\RoutableFragmentRenderer',
'Symfony\\Component\\HttpKernel\\Profiler\\FileProfilerStorage',
'Symfony\\Component\\HttpKernel\\Profiler\\Profiler',
'Symfony\\Component\\HttpKernel\\Profiler\\ProfilerStorageInterface',
'Symfony\\Component\\HttpKernel\\UriSigner',

'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationTrustResolver',
'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationTrustResolverInterface',
'Symfony\\Component\\Security\\Core\\Authentication\\Provider\\AuthenticationProviderInterface',
'Symfony\\Component\\Security\\Core\\Authentication\\Provider\\DaoAuthenticationProvider',
'Symfony\\Component\\Security\\Core\\Authentication\\Provider\\UserAuthenticationProvider',
'Symfony\\Component\\Security\\Core\\Authorization\\Voter\\AuthenticatedVoter',
'Symfony\\Component\\Security\\Core\\Authorization\\Voter\\RoleHierarchyVoter',
'Symfony\\Component\\Security\\Core\\Authorization\\Voter\\RoleVoter',
'Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactory',
'Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface',
'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchy',
'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface',
'Symfony\\Component\\Security\\Core\\User\\AdvancedUserInterface',
'Symfony\\Component\\Security\\Core\\User\\InMemoryUserProvider',
'Symfony\\Component\\Security\\Core\\User\\User',
'Symfony\\Component\\Security\\Core\\User\\UserChecker',
'Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface',
'Symfony\\Component\\Security\\Core\\User\\UserInterface',
'Symfony\\Component\\Security\\Http\\RememberMe\\RememberMeServicesInterface',
'Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener',

'Symfony\\Component\\Templating\\EngineInterface',
'Symfony\\Component\\Templating\\Helper\\Helper',
'Symfony\\Component\\Templating\\Helper\\HelperInterface',
'Symfony\\Component\\Templating\\StreamingEngineInterface',

'Symfony\\Component\\Translation\\IdentityTranslator',
'Symfony\\Component\\Translation\\MessageSelector',
'Symfony\\Component\\Translation\\TranslatorInterface',
));
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ public function load(array $configs, ContainerBuilder $container)
'Symfony\\Bundle\\SecurityBundle\\Security\\FirewallMap',
'Symfony\\Bundle\\SecurityBundle\\Security\\FirewallContext',
'Symfony\\Component\\HttpFoundation\\RequestMatcher',
'Symfony\\Bundle\\SecurityBundle\\DataCollector\\SecurityDataCollector',
'Symfony\\Bundle\\SecurityBundle\\Templating\\Helper\\LogoutUrlHelper',
'Symfony\\Bundle\\SecurityBundle\\Twig\\Extension\\LogoutUrlExtension',
));
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,26 @@ public function load(array $configs, ContainerBuilder $container)
'Twig_LoaderInterface',
'Twig_Markup',
'Twig_Template',
'Twig_Error',
'Twig_ExistsLoaderInterface',
'Twig_Extension_Staging',
'Twig_NodeVisitorInterface',
'Symfony\\Bridge\\Twig\\Form\\TwigRenderer',
'Symfony\\Bridge\\Twig\\Extension\\CodeExtension',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelExtension',
'Symfony\\Bridge\\Twig\\Extension\\RoutingExtension',
'Symfony\\Bridge\\Twig\\Extension\\SecurityExtension',
'Symfony\\Bridge\\Twig\\Extension\\TranslationExtension',
'Symfony\\Bridge\\Twig\\Extension\\YamlExtension',
'Symfony\\Bridge\\Twig\\Form\\TwigRendererEngine',
'Symfony\\Bridge\\Twig\\Form\\TwigRendererEngineInterface',
'Symfony\\Bridge\\Twig\\Form\\TwigRendererInterface',
'Symfony\\Bridge\\Twig\\NodeVisitor\\TranslationNodeVisitor',
'Symfony\\Bridge\\Twig\\TwigEngine',
'Symfony\\Bundle\\TwigBundle\\Extension\\ActionsExtension',
'Symfony\\Bundle\\TwigBundle\\Extension\\AssetsExtension',
'Symfony\\Bundle\\TwigBundle\\Loader\\FilesystemLoader',
'Symfony\\Bundle\\TwigBundle\\TwigEngine',
));
}

Expand Down