WebProfilerConfig
in package
implements
ConfigBuilderInterface
This class is automatically generated to help in creating a config.
Table of Contents
Interfaces
- ConfigBuilderInterface
- A ConfigBuilder provides helper methods to build a large complex array.
Properties
- $_usedProperties : mixed
- $excludedAjaxPaths : mixed
- $interceptRedirects : mixed
- $toolbar : mixed
Methods
- __construct() : mixed
- excludedAjaxPaths() : $this
- getExtensionAlias() : string
- Gets the alias for the extension which config we are building.
- interceptRedirects() : $this
- toArray() : array<string|int, mixed>
- Gets all configuration represented as an array.
- toolbar() : $this
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$excludedAjaxPaths
private
mixed
$excludedAjaxPaths
$interceptRedirects
private
mixed
$interceptRedirects
$toolbar
private
mixed
$toolbar
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
excludedAjaxPaths()
public
excludedAjaxPaths(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisgetExtensionAlias()
Gets the alias for the extension which config we are building.
public
getExtensionAlias() : string
Return values
stringinterceptRedirects()
public
interceptRedirects(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thistoArray()
Gets all configuration represented as an array.
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>toolbar()
public
toolbar(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool