AddConsoleCommandPass
in package
implements
CompilerPassInterface
Registers console commands.
Tags
Table of Contents
Interfaces
- CompilerPassInterface
Properties
- $commandLoaderServiceId : mixed
- $commandTag : mixed
Methods
- __construct() : mixed
- process() : mixed
Properties
$commandLoaderServiceId
private
mixed
$commandLoaderServiceId
$commandTag
private
mixed
$commandTag
Methods
__construct()
public
__construct([string $commandLoaderServiceId = 'console.command_loader' ][, string $commandTag = 'console.command' ]) : mixed
Parameters
- $commandLoaderServiceId : string = 'console.command_loader'
- $commandTag : string = 'console.command'
process()
public
process(ContainerBuilder $container) : mixed
Parameters
- $container : ContainerBuilder