Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). Varbase Media Header 9.2.1 Minor update available for module varbase_media_header (9.2.1). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

Transmuter

No security coverage
View on drupal.org

This module allows you to create reusable "transmuter" plugins that act as theme preprocessors. These plugins can integrate with Drupal's theme registry and preprocess hooks to modify HTML or theme elements, similar to how theme preprocess functions work. They are cached for performance and can be defined within themes or modules.

The module name is a play on the alchemy transmutation of elements. Elements in
this case refers to HTML elements or theme elements

This module adds transmuter plugins which can function as theme preprocessors of
Drupal templates. Transmuter plugins are discoverable in modules and theme by
using the Transmuter attribute on the plugin classes (@see README).

Attribute discovery of theme defined plugins are possible with the use of the
themespace module.

Transmuter plugins are added to the theme registry and are compatible and work
well with theme preprocess hooks which are defined by other modules and themes.
By applying to the theme registry, the definitions are cached when the theme
registry is built.

Features

Transmuter preprocess plugins work well and will interweave with other preprocess hooks defined by Drupal, modules or themes. They are applied to the theme registry and are cached with the theme registry. The plugins make good use of caching and static memory so generally provides good performance.

Transmuter plugins which are defined by themes are cached per theme and will
only be applied when that theme is active. This behavior matches what theme
preprocess hooks defined by themes would do.

Transmuters are applied to when sub-themes are active as well, and will run
execute before the sub-theme definitions.

Additional Requirements

This project requires the themespace module to help support theme discovery of transmuter plugins.

Similar projects

This module is similar to the Preprocess module

Activity

Total releases
3
First release
Mar 2025
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 3
Maintenance
Dormant

Release Timeline

Releases

Version Type Release date
1.0.0-alpha4 Pre-release May 20, 2025
1.0.0-alpha3 Pre-release Mar 19, 2025
1.0.0-alpha2 Pre-release Mar 6, 2025