HttpClientPass
in package
implements
CompilerPassInterface
Interfaces, Classes, Traits and Enums
- CompilerPassInterface
- Interface that must be implemented by compilation passes.
Table of Contents
- $clientTag : mixed
- __construct() : mixed
- process() : mixed
- You can modify the container here before it is dumped to PHP code.
Properties
$clientTag
private
mixed
$clientTag
Methods
__construct()
public
__construct([string $clientTag = 'http_client.client' ]) : mixed
Parameters
- $clientTag : string = 'http_client.client'
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