Documentation

SecurityConfig
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
$accessControl  : mixed
$accessDecisionManager  : mixed
$accessDeniedUrl  : mixed
$enableAuthenticatorManager  : mixed
$eraseCredentials  : mixed
$firewalls  : mixed
$hideUserNotFound  : mixed
$passwordHashers  : mixed
$providers  : mixed
$roleHierarchy  : mixed
$sessionFixationStrategy  : mixed

Methods

__construct()  : mixed
accessControl()  : AccessControlConfig
accessDecisionManager()  : AccessDecisionManagerConfig
accessDeniedUrl()  : $this
enableAuthenticatorManager()  : $this
eraseCredentials()  : $this
firewall()  : FirewallConfig
getExtensionAlias()  : string
Gets the alias for the extension which config we are building.
hideUserNotFound()  : $this
passwordHasher()  : PasswordHasherConfig|$this
provider()  : ProviderConfig
roleHierarchy()  : $this
sessionFixationStrategy()  : $this
toArray()  : array<string|int, mixed>
Gets all configuration represented as an array.

Properties

$enableAuthenticatorManager

private mixed $enableAuthenticatorManager

Methods

__construct()

public __construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
$value : array<string|int, mixed> = []

getExtensionAlias()

Gets the alias for the extension which config we are building.

public getExtensionAlias() : string
Return values
string

roleHierarchy()

public roleHierarchy(string $id, mixed $value) : $this
Parameters
$id : string
$value : mixed
Return values
$this

toArray()

Gets all configuration represented as an array.

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results