UndefinedExtensionHandler::BUNDLE_EXTENSIONS
File
-
vendor/
symfony/ dependency-injection/ Loader/ UndefinedExtensionHandler.php, line 16
Class
Namespace
Symfony\Component\DependencyInjection\LoaderCode
private const BUNDLE_EXTENSIONS = [
'debug' => 'DebugBundle',
'doctrine' => 'DoctrineBundle',
'doctrine_migrations' => 'DoctrineMigrationsBundle',
'framework' => 'FrameworkBundle',
'maker' => 'MakerBundle',
'monolog' => 'MonologBundle',
'security' => 'SecurityBundle',
'twig' => 'TwigBundle',
'twig_component' => 'TwigComponentBundle',
'ux_icons' => 'UXIconsBundle',
'web_profiler' => 'WebProfilerBundle',
];