MainConfiguration
class MainConfiguration implements ConfigurationInterface
This class contains the configuration information.
This information is 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) | ||
| TreeBuilder |  getConfigTreeBuilder()  Generates the configuration tree builder.  |  
Details
__construct(array $factories, array $userProviderFactories)
Parameters
| array | $factories | |
| array | $userProviderFactories | 
TreeBuilder getConfigTreeBuilder()
Generates the configuration tree builder.
Return Value
| TreeBuilder | The tree builder | 
    © 2004–2017 Fabien Potencier
Licensed under the MIT License.
    http://api.symfony.com/3.4/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.html