Sylius\Bundle\ResourceBundle\DependencyInjection\Configuration::addTranslationsSection PHP Method

addTranslationsSection() private method

private addTranslationsSection ( ArrayNodeDefinition $node )
$node Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition
    private function addTranslationsSection(ArrayNodeDefinition $node)
    {
        $node->children()->arrayNode('translation')->canBeDisabled()->children()->scalarNode('locale_provider')->defaultValue('sylius.translation_locale_provider.immutable')->cannotBeEmpty()->end()->end()->end();
    }