->
end() ->
fixXmlConfig('enabled_locale'
) ->
children() ->
scalarNode('secret'
)->
end() ->
booleanNode('http_method_override'
) ->
info("Set true to enable support for the '_method' request parameter to determine the intended HTTP method on POST requests. Note: When using the HttpCache, you need to call the method in your front controller instead"
) ->
treatNullLike(false
) ->
end() ->
scalarNode('trust_x_sendfile_type_header'
) ->
info('Set true to enable support for xsendfile in binary file responses.'
) ->
defaultFalse() ->
end() ->
scalarNode('ide'
)->
defaultValue('%env(default::SYMFONY_IDE)%'
)->
end() ->
booleanNode('test'
)->
end() ->
scalarNode('default_locale'
)->
defaultValue('en'
)->
end() ->
booleanNode('set_locale_from_accept_language'
) ->
info('Whether to use the Accept-Language HTTP header to set the Request locale (only when the "_locale" request attribute is not passed).'
) ->
defaultFalse() ->
end() ->
booleanNode('set_content_language_from_locale'
) ->
info('Whether to set the Content-Language HTTP header on the Response using the Request locale.'
) ->
defaultFalse()