Twig Extender

Component type

module

Maintenance status

Development status

Downloads

7345

Component created

Component changed

Add a simple plugin system to add new twig extensions (Filter and Functions). Provides a new service provider for "twig.extensions" to add new plugins.

Versions

Drupal 8.2 or lower: Use Twig Extender 8.1
Drupal 8.3 or higher: Use Twig Extender 8.2

Included filters and functions

Filter: truncate

A Wrapper for https://api.drupal.org/api/drupal/core!lib!Drupal!Component!Utility!Unic...

Cookie_Banner

Component type

module

Categories

Maintenance status

Development status

Downloads

1796

Component created

Component changed

This module allows a site to be compliant with EU directive on privacy and electronic communications. By displaying the banner on your site you will demonstrate that you are complying with the aforementioned directive, and information about your cookie policy will be readily available to users thanks to the sticky popup window at the bottom.

Content connected

Component type

module

Maintenance status

Development status

Downloads

1890

Component created

Component changed

Content connected is a lightweight module which allow administer to know whether content is connected with some other content before it is about to be deleted from the system. So administer should know whether content should be deleted or not.

Content connected is also added as sub tab in node pages to view content connection with other contents. This can be restricted by permissions for different roles.

Content connection based on entity reference field and any textarea/long field for any content type.

Node type Field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a field to select from content types of the site.

This module also has one formatter to print node add form.

This way you can set one content type with info (node view) & print another node type add form inside.

Bootstrap Site Alert

Component type

module

Maintenance status

Development status

Downloads

6990

Component created

Component changed

Puts a site wide bootstrap themed alert message on the top of every page.

I made this module because some of the other existing modules came close in functionality. However, we didn't want to rely on blocks or panels or anything with a theme layer. We needed something fast and easy with a WYSIWYG enabled message and so this module was born. We use hook_page_alter (D7) / hook_page_top (D8) to display the message and so it is independent of any setup you may have on the site.