This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// File: <project>/src/Voter/UriPrefixVoter.php | |
namespace App\Voter; | |
use Knp\Menu\ItemInterface; | |
use Knp\Menu\Matcher\Voter\VoterInterface; | |
use Symfony\Component\HttpFoundation\Request; | |
use Symfony\Component\HttpFoundation\RequestStack; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parameters: | |
locale: 'es_ES' | |
locales: [ 'de', 'en_GB', 'es_ES', 'fr' ] | |
jms_i18n_routing: | |
default_locale: %locale% | |
locales: %locales% | |
twig: | |
globals: |