FileAccess Orion

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

$defaultName  : mixed
validateConfiguration()  : mixed
configure()  : mixed
{@inheritdoc}
execute()  : int
{@inheritdoc}
findExtension()  : ExtensionInterface
listBundles()  : mixed
compileContainer()  : ContainerBuilder
getConfigForPath()  : mixed
Iterate over configuration until the last step of the given path.
initializeBundles()  : mixed

Properties

Methods

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

Return values
mixed

Search results