Documentation

ConfigDebugCommand extends AbstractConfigCommand
in package

A console command for dumping available configuration reference.

Tags
author

Grégoire Pineau lyrixx@lyrixx.info

final

Table of Contents

Methods

complete()  : void
validateConfiguration()  : mixed
configure()  : mixed
{@inheritdoc}
execute()  : int
{@inheritdoc}
findExtension()  : ExtensionInterface
listBundles()  : mixed
buildPathsCompletion()  : array<string|int, mixed>
compileContainer()  : ContainerBuilder
getAvailableBundles()  : array<string|int, mixed>
getConfig()  : mixed
getConfigForExtension()  : array<string|int, mixed>
getConfigForPath()  : mixed
Iterate over configuration until the last step of the given path.
initializeBundles()  : mixed

Methods

buildPathsCompletion()

private static buildPathsCompletion(array<string|int, mixed> $paths[, string $prefix = '' ]) : array<string|int, mixed>
Parameters
$paths : array<string|int, mixed>
$prefix : string = ''
Return values
array<string|int, mixed>

getAvailableBundles()

private getAvailableBundles(bool $alias) : array<string|int, mixed>
Parameters
$alias : bool
Return values
array<string|int, mixed>

getConfigForPath()

Iterate over configuration until the last step of the given path.

private getConfigForPath(array<string|int, mixed> $config, string $path, string $alias) : mixed
Parameters
$config : array<string|int, mixed>
$path : string
$alias : string
Tags
throws
LogicException

If the configuration does not exist


        
On this page

Search results