BambooTwigConfigsTest.php |
tests/src/Functional/BambooTwigConfigsTest.php |
Drupal\Tests\bamboo_twig\Functional |
|
BambooTwigFilesTest.php |
tests/src/Functional/BambooTwigFilesTest.php |
Drupal\Tests\bamboo_twig\Functional |
|
BambooTwigLoadersTest.php |
tests/src/Functional/BambooTwigLoadersTest.php |
Drupal\Tests\bamboo_twig\Functional |
|
BambooTwigSecurityTest.php |
tests/src/Functional/BambooTwigSecurityTest.php |
Drupal\Tests\bamboo_twig\Functional |
|
BambooTwigTestBase.php |
tests/src/Functional/BambooTwigTestBase.php |
Drupal\Tests\bamboo_twig\Functional |
|
bamboo_twig.info.yml |
bamboo_twig.info.yml |
|
bamboo_twig.info.yml |
bamboo_twig.install |
bamboo_twig.install |
|
Contains bamboo_twig.install. |
bamboo_twig.module |
bamboo_twig.module |
|
Contains includes hook to generate help page. |
bamboo_twig.services.yml |
bamboo_twig.services.yml |
|
bamboo_twig.services.yml |
bamboo_twig_config.info.yml |
bamboo_twig_config/bamboo_twig_config.info.yml |
|
bamboo_twig_config/bamboo_twig_config.info.yml |
bamboo_twig_config.services.yml |
bamboo_twig_config/bamboo_twig_config.services.yml |
|
bamboo_twig_config/bamboo_twig_config.services.yml |
bamboo_twig_files.info.yml |
bamboo_twig_files/bamboo_twig_files.info.yml |
|
bamboo_twig_files/bamboo_twig_files.info.yml |
bamboo_twig_files.services.yml |
bamboo_twig_files/bamboo_twig_files.services.yml |
|
bamboo_twig_files/bamboo_twig_files.services.yml |
bamboo_twig_images.info.yml |
bamboo_twig_images/bamboo_twig_images.info.yml |
|
bamboo_twig_images/bamboo_twig_images.info.yml |
bamboo_twig_images.services.yml |
bamboo_twig_images/bamboo_twig_images.services.yml |
|
bamboo_twig_images/bamboo_twig_images.services.yml |
bamboo_twig_loaders.info.yml |
bamboo_twig_loaders/bamboo_twig_loaders.info.yml |
|
bamboo_twig_loaders/bamboo_twig_loaders.info.yml |
bamboo_twig_loaders.services.yml |
bamboo_twig_loaders/bamboo_twig_loaders.services.yml |
|
bamboo_twig_loaders/bamboo_twig_loaders.services.yml |
bamboo_twig_security.info.yml |
bamboo_twig_security/bamboo_twig_security.info.yml |
|
bamboo_twig_security/bamboo_twig_security.info.yml |
bamboo_twig_security.services.yml |
bamboo_twig_security/bamboo_twig_security.services.yml |
|
bamboo_twig_security/bamboo_twig_security.services.yml |
bamboo_twig_test.info.yml |
tests/bamboo_twig_test/bamboo_twig_test.info.yml |
|
tests/bamboo_twig_test/bamboo_twig_test.info.yml |
bamboo_twig_test.module |
tests/bamboo_twig_test/bamboo_twig_test.module |
|
Primary module hooks for Bamboo Twig test module. |
bamboo_twig_test.routing.yml |
tests/bamboo_twig_test/bamboo_twig_test.routing.yml |
|
tests/bamboo_twig_test/bamboo_twig_test.routing.yml |
configs.html.twig |
tests/bamboo_twig_test/templates/configs.html.twig |
|
<div class="test-configs">
<!-- Get Config -->
<h2>Config API</h2>
<hr>
<div class="config-system">
{{ get_config('system.site', 'mail') }}
</div>
… |
Configs.php |
bamboo_twig_config/src/TwigExtension/Configs.php |
Drupal\bamboo_twig_config\TwigExtension |
|
Dates.php |
src/TwigExtension/Dates.php |
Drupal\bamboo_twig\TwigExtension |
|
files.html.twig |
tests/bamboo_twig_test/templates/files.html.twig |
|
<div class="test-files">
<!-- Extension Guesser -->
<h2>Extension Guesser</h2>
<hr>
<div class="ext-guesser">
{{ 'application/pdf'|extension_guesser }}
</div>
… |
Files.php |
bamboo_twig_files/src/TwigExtension/Files.php |
Drupal\bamboo_twig_files\TwigExtension |
|
Images.php |
bamboo_twig_images/src/TwigExtension/Images.php |
Drupal\bamboo_twig_images\TwigExtension |
|
Langs.php |
src/TwigExtension/Langs.php |
Drupal\bamboo_twig\TwigExtension |
|
Loader.php |
bamboo_twig_loaders/src/TwigExtension/Loader.php |
Drupal\bamboo_twig_loaders\TwigExtension |
|
loaders.html.twig |
tests/bamboo_twig_test/templates/loaders.html.twig |
|
<div class="test-loaders">
<!-- Loader Block -->
<h2>Loader Block</h2>
<hr>
<div class="loader-block">{{ load_block('system_powered_by_block') }}</div>
<!-- Loader… |
security.html.twig |
tests/bamboo_twig_test/templates/security.html.twig |
|
<div class="test-security">
<!-- Get Current User -->
<h2>Current User</h2>
<hr>
<div class="security-current-user">
{% set user = get_current_user() %}
{{ user.name.value }}
… |
Security.php |
bamboo_twig_security/src/TwigExtension/Security.php |
Drupal\bamboo_twig_security\TwigExtension |
|
TestsController.php |
tests/bamboo_twig_test/src/Controller/TestsController.php |
Drupal\bamboo_twig_test\Controller |
|