Node Token Filter
This project provides a workaround for a Drupal core issue, allowing the node object to be used within token replacement filters. It also adds support for the Group module, enabling group-related tokens to be used in similar contexts.
Node token Filter is workaround for https://www.drupal.org/project/drupal/issues/3129577 issue, it is very simple filter which checks current route is node or not and adds node object to filter.
I have also added support for group module, if for example you used [group:name] it will get group object from route and assign to token replace functionality.
Note: when the issue with context in content blocks will be fixed, this module can be deleted.
Depends on
Dependencies of the latest stable release
- Token
- filter Drupal core
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.1.0 | Stable | 10–11 | May 8, 2026 | ||
| 1.1.0-beta1 | Pre-release | 10–11 | Sep 24, 2025 | ||
| 1.0.2-beta1 | Pre-release | 10–11 | Apr 7, 2025 | ||
| 1.0.1-beta1 | Pre-release | 10–11 | Apr 7, 2025 | ||
| 1.0.0-beta1 | Pre-release | 10–11 | Apr 7, 2025 |