ad_ad_ui

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a temporary sandbox used to share changes to rename and clean up the ad_example submodule of the ad module.

d8calendar

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Sandbox for D8 calendar, to apply timezone fix and play with formatting.

Twig Blocks

Component type

module

Categories

Maintenance status

Development status

Downloads

484

Component created

Component changed

Twig Blocks adds a Twig function to render blocks in Twig by passing in the block machine name.

To render a block, call the function in your Twig template:

{{ render_block('machine_name_of_your_block') }}

There is another module that provides similar functionality but it also has an option to turn on and allow PHP execution in the Twig templates which I didn't want to add to my project. This is just a straight-forward function to render a block.