📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 09:21:42
📂
/ (Root)
/
opt
/
alt
/
php55
/
usr
/
share
/
pear
/
test
/
TwigBridge
/
Symfony
/
Bridge
/
Twig
/
Tests
/
Extension
/
Fixtures
📍 /opt/alt/php55/usr/share/pear/test/TwigBridge/Symfony/Bridge/Twig/Tests/Extension/Fixtures
🔄 Refresh
✏️
Editing: StubFilesystemLoader.php
Read Only
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Bridge\Twig\Tests\Extension\Fixtures; class StubFilesystemLoader extends \Twig_Loader_Filesystem { protected function findTemplate($name) { // strip away bundle name $parts = explode(':', $name); return parent::findTemplate(end($parts)); } }
💾 Save Changes
❌ Cancel