Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. UndefinedExtensionHandler.php

UndefinedExtensionHandler::BUNDLE_EXTENSIONS

File

vendor/symfony/dependency-injection/Loader/UndefinedExtensionHandler.php, line 16

Class

UndefinedExtensionHandler

Namespace

Symfony\Component\DependencyInjection\Loader

Code

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',
];
RSS feed
Powered by Drupal