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