Documentation

AddConsoleCommandPass
in package
implements CompilerPassInterface

Registers console commands.

Tags
author

Grégoire Pineau lyrixx@lyrixx.info

Interfaces, Classes and Traits

CompilerPassInterface

Table of Contents

$commandLoaderServiceId  : mixed
$commandTag  : mixed
__construct()  : mixed
process()  : mixed

Properties

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
Return values
mixed

Search results