This file contains hidden or 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 | |
namespace Acme\DemoBundle\Twig; | |
use Symfony\Component\DependencyInjection\ContainerInterface; | |
class AcmeExtension extends \Twig_Extension | |
{ | |
private $container; |
This file contains hidden or 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
./ezpublish/cache/dev/ezpublishDevDebugProjectContainer.php:6140: 'ezsettings.default.legacy_mode' => false, | |
./ezpublish/cache/dev/ezpublishDevDebugProjectContainer.php:8460: 'ezsettings.ezspace_group.legacy_mode' => false, | |
./ezpublish/cache/dev/ezpublishDevDebugProjectContainer.php:8463: 'ezsettings.ezspace.legacy_mode' => false, | |
./ezpublish/cache/dev/ezpublishDevDebugProjectContainer.php:8465: 'ezsettings.ezspace_admin.legacy_mode' => true, | |
./ezpublish/cache/dev/ezpublishDevDebugProjectContainer.xml:350: <parameter key="ezsettings.default.legacy_mode">false</parameter> | |
./ezpublish/cache/dev/ezpublishDevDebugProjectContainer.xml:2644: <parameter key="ezsettings.ezspace_group.legacy_mode">false</parameter> | |
./ezpublish/cache/dev/ezpublishDevDebugProjectContainer.xml:2647: <parameter key="ezsettings.ezspace.legacy_mode">false</parameter> | |
./ezpublish/cache/dev/ezpublishDevDebugProjectContainer.xml:2649: <parameter key="ezsettings.ezspace_admin.legacy_mode"> |
This file contains hidden or 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
ezpublish: | |
siteaccess: | |
default_siteaccess: ezspace | |
list: | |
- ezspace | |
- ezspace_admin | |
groups: | |
ezspace_group: | |
- ezspace | |
- ezspace_admin |
NewerOlder