Documentation

Configuration
in package
implements ConfigurationInterface

FrameworkExtension configuration structure.

Interfaces, Classes and Traits

ConfigurationInterface
Configuration interface.

Table of Contents

$debug  : mixed
__construct()  : mixed
getConfigTreeBuilder()  : TreeBuilder
Generates the configuration tree builder.
addAnnotationsSection()  : mixed
addAssetsSection()  : mixed
addCacheSection()  : mixed
addCsrfSection()  : mixed
addEsiSection()  : mixed
addExceptionsSection()  : mixed
addFormSection()  : mixed
addFragmentsSection()  : mixed
addHttpCacheSection()  : mixed
addHttpClientRetrySection()  : mixed
addHttpClientSection()  : mixed
addLockSection()  : mixed
addMailerSection()  : mixed
addMessengerSection()  : mixed
addNotifierSection()  : mixed
addPhpErrorsSection()  : mixed
addProfilerSection()  : mixed
addPropertyAccessSection()  : mixed
addPropertyInfoSection()  : mixed
addRateLimiterSection()  : mixed
addRequestSection()  : mixed
addRobotsIndexSection()  : mixed
addRouterSection()  : mixed
addSecretsSection()  : mixed
addSerializerSection()  : mixed
addSessionSection()  : mixed
addSsiSection()  : mixed
addTranslatorSection()  : mixed
addUidSection()  : mixed
addValidationSection()  : mixed
addWebLinkSection()  : mixed
addWorkflowSection()  : mixed

Properties

Methods

__construct()

public __construct(bool $debug) : mixed
Parameters
$debug : bool

Whether debugging is enabled or not

Return values
mixed

addHttpClientRetrySection()

private addHttpClientRetrySection() : mixed
Return values
mixed

addSerializerSection()

private addSerializerSection(ArrayNodeDefinition $rootNode, callable $enableIfStandalone, callable $willBeAvailable) : mixed
Parameters
$rootNode : ArrayNodeDefinition
$enableIfStandalone : callable
$willBeAvailable : callable
Return values
mixed

addValidationSection()

private addValidationSection(ArrayNodeDefinition $rootNode, callable $enableIfStandalone, callable $willBeAvailable) : mixed
Parameters
$rootNode : ArrayNodeDefinition
$enableIfStandalone : callable
$willBeAvailable : callable
Return values
mixed

Search results