MergeExtensionConfigurationPass
extends MergeExtensionConfigurationPass
in package
Ensures certain extensions are always loaded.
Tags
Table of Contents
- $extensions : mixed
- __construct() : mixed
- process() : mixed
- You can modify the container here before it is dumped to PHP code.
Properties
$extensions
private
mixed
$extensions
Methods
__construct()
public
__construct(array<string|int, string> $extensions) : mixed
Parameters
- $extensions : array<string|int, string>
Return values
mixed —process()
You can modify the container here before it is dumped to PHP code.
public
process(ContainerBuilder $container) : mixed
Parameters
- $container : ContainerBuilder