W3cubDocs

/Symfony 2.7

Symfony\Bundle\SecurityBundle\DependencyInjection\MainConfiguration

class MainConfiguration implements ConfigurationInterface

This class contains the configuration information for the following tags:

  • security.config
    • security.acl

This information is solely responsible for how the different configuration sections are normalized, and merged.

Methods

__construct(array $factories, array $userProviderFactories)

Constructor.

TreeBuilder getConfigTreeBuilder()

Generates the configuration tree builder.

Details

public __construct(array $factories, array $userProviderFactories)

Constructor.

Parameters

array $factories
array $userProviderFactories

public TreeBuilder getConfigTreeBuilder()

Generates the configuration tree builder.

Return Value

TreeBuilder The tree builder