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

Breadcrumb

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

function BundleExtension::prepend

Overrides PrependExtensionInterface::prepend

File

vendor/symfony/http-kernel/Bundle/BundleExtension.php, line 48

Class

BundleExtension
@author Yonel Ceruto <yonelceruto@gmail.com>

Namespace

Symfony\Component\HttpKernel\Bundle

Code

public function prepend(ContainerBuilder $container) : void {
    $callback = function (ContainerConfigurator $configurator) use ($container) {
        $this->subject
            ->prependExtension($configurator, $container);
    };
    $this->executeConfiguratorCallback($container, $callback, $this->subject, true);
}
RSS feed
Powered by Drupal