BambooTwigConfigTest.php |
tests/src/Functional/BambooTwigConfigTest.php |
Drupal\Tests\bamboo_twig\Functional |
|
BambooTwigExtensionsI18nTest.php |
tests/src/Functional/BambooTwigExtensionsI18nTest.php |
Drupal\Tests\bamboo_twig\Functional |
|
BambooTwigExtensionsTest.php |
tests/src/Functional/BambooTwigExtensionsTest.php |
Drupal\Tests\bamboo_twig\Functional |
|
BambooTwigFileTest.php |
tests/src/Functional/BambooTwigFileTest.php |
Drupal\Tests\bamboo_twig\Functional |
|
BambooTwigI18nTest.php |
tests/src/Functional/BambooTwigI18nTest.php |
Drupal\Tests\bamboo_twig\Functional |
|
BambooTwigLoaderTest.php |
tests/src/Functional/BambooTwigLoaderTest.php |
Drupal\Tests\bamboo_twig\Functional |
|
BambooTwigPathTest.php |
tests/src/Functional/BambooTwigPathTest.php |
Drupal\Tests\bamboo_twig\Functional |
|
BambooTwigRenderTest.php |
tests/src/Functional/BambooTwigRenderTest.php |
Drupal\Tests\bamboo_twig\Functional |
|
BambooTwigSecurityTest.php |
tests/src/Functional/BambooTwigSecurityTest.php |
Drupal\Tests\bamboo_twig\Functional |
|
BambooTwigSecurityTest.php |
tests/src/Kernel/BambooTwigSecurityTest.php |
Drupal\Tests\bamboo_twig\Kernel |
|
BambooTwigTestBase.php |
tests/src/Functional/BambooTwigTestBase.php |
Drupal\Tests\bamboo_twig\Functional |
|
BambooTwigTokenTest.php |
tests/src/Functional/BambooTwigTokenTest.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_extensions.info.yml |
bamboo_twig_extensions/bamboo_twig_extensions.info.yml |
|
bamboo_twig_extensions/bamboo_twig_extensions.info.yml |
bamboo_twig_extensions.install |
bamboo_twig_extensions/bamboo_twig_extensions.install |
|
Contains install and update functions for Bamboo Twig Extensions. |
bamboo_twig_extensions.services.yml |
bamboo_twig_extensions/bamboo_twig_extensions.services.yml |
|
bamboo_twig_extensions/bamboo_twig_extensions.services.yml |
bamboo_twig_file.info.yml |
bamboo_twig_file/bamboo_twig_file.info.yml |
|
bamboo_twig_file/bamboo_twig_file.info.yml |
bamboo_twig_file.services.yml |
bamboo_twig_file/bamboo_twig_file.services.yml |
|
bamboo_twig_file/bamboo_twig_file.services.yml |
bamboo_twig_i18n.info.yml |
bamboo_twig_i18n/bamboo_twig_i18n.info.yml |
|
bamboo_twig_i18n/bamboo_twig_i18n.info.yml |
bamboo_twig_i18n.services.yml |
bamboo_twig_i18n/bamboo_twig_i18n.services.yml |
|
bamboo_twig_i18n/bamboo_twig_i18n.services.yml |
bamboo_twig_loader.info.yml |
bamboo_twig_loader/bamboo_twig_loader.info.yml |
|
bamboo_twig_loader/bamboo_twig_loader.info.yml |
bamboo_twig_loader.services.yml |
bamboo_twig_loader/bamboo_twig_loader.services.yml |
|
bamboo_twig_loader/bamboo_twig_loader.services.yml |
bamboo_twig_path.info.yml |
bamboo_twig_path/bamboo_twig_path.info.yml |
|
bamboo_twig_path/bamboo_twig_path.info.yml |
bamboo_twig_path.services.yml |
bamboo_twig_path/bamboo_twig_path.services.yml |
|
bamboo_twig_path/bamboo_twig_path.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/modules/bamboo_twig_test/bamboo_twig_test.info.yml |
|
tests/modules/bamboo_twig_test/bamboo_twig_test.info.yml |
bamboo_twig_test.module |
tests/modules/bamboo_twig_test/bamboo_twig_test.module |
|
Primary module hooks for Bamboo Twig test module. |
bamboo_twig_test.routing.yml |
tests/modules/bamboo_twig_test/bamboo_twig_test.routing.yml |
|
tests/modules/bamboo_twig_test/bamboo_twig_test.routing.yml |
bamboo_twig_token.info.yml |
bamboo_twig_token/bamboo_twig_token.info.yml |
|
bamboo_twig_token/bamboo_twig_token.info.yml |
bamboo_twig_token.services.yml |
bamboo_twig_token/bamboo_twig_token.services.yml |
|
bamboo_twig_token/bamboo_twig_token.services.yml |
config.html.twig |
tests/modules/bamboo_twig_test/templates/config.html.twig |
|
<div class="test-configs">
<!-- Get Settings -->
<h2>Settings</h2>
<hr>
<div class="config-settings">
{{ bamboo_settings_get('hash_salt') }}
</div>
<!-- Get… |
Config.php |
bamboo_twig_config/src/TwigExtension/Config.php |
Drupal\bamboo_twig_config\TwigExtension |
|
docker-compose.yml |
docker-compose.yml |
|
docker-compose.yml |
extensions.html.twig |
tests/modules/bamboo_twig_test/templates/extensions.html.twig |
|
<div class="test-extensions">
<!-- Twig Extensions Text -->
<h2>Twig Extensions Text - Truncat</h2>
<hr>
<div class="text-truncat-1">{{ "This is a very long… |
file.html.twig |
tests/modules/bamboo_twig_test/templates/file.html.twig |
|
<div class="test-files">
<!-- Extension Guesser -->
<h2>Extension Guesser</h2>
<hr>
<div class="ext-guesser-pdf">
{{ 'application/pdf'|bamboo_file_extension_guesser }}
… |
File.php |
bamboo_twig_file/src/TwigExtension/File.php |
Drupal\bamboo_twig_file\TwigExtension |
|
i18n.html.twig |
tests/modules/bamboo_twig_test/templates/i18n.html.twig |
|
<div class="test-i18n">
<!-- Curent Langauge -->
<h2>Curent Langauge</h2>
<hr>
<div class="i18n-current-lang">
{{ bamboo_i18n_current_lang() }}
</div>
<!-- Format Date… |
I18n.php |
bamboo_twig_i18n/src/TwigExtension/I18n.php |
Drupal\bamboo_twig_i18n\TwigExtension |
|
loader.html.twig |
tests/modules/bamboo_twig_test/templates/loader.html.twig |
|
<div class="test-loaders">
<!-- Get Current User -->
<h2>Current User</h2>
<hr>
{% set user = bamboo_load_currentuser() %}
<div class="loader-current-user">{{ user.name.value… |
Loader.php |
bamboo_twig_loader/src/TwigExtension/Loader.php |
Drupal\bamboo_twig_loader\TwigExtension |
|
path.html.twig |
tests/modules/bamboo_twig_test/templates/path.html.twig |
|
<div class="test-paths">
<!-- System Path -->
<h2>System Path</h2>
<hr>
<div class="path-theme">
{{ bamboo_path_system('theme', 'stable') }}
</div>
… |
Path.php |
bamboo_twig_path/src/TwigExtension/Path.php |
Drupal\bamboo_twig_path\TwigExtension |
|
render.html.twig |
tests/modules/bamboo_twig_test/templates/render.html.twig |
|
<div class="test-render">
<!-- Render Block Plugin -->
<h2>Render Block Plugin</h2>
<hr>
<div class="render-block-plugin">{{ bamboo_render_block('system_powered_by_block')… |
Render.php |
bamboo_twig_loader/src/TwigExtension/Render.php |
Drupal\bamboo_twig_loader\TwigExtension |
|