The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
42 views

Create custom token Drupal 7

Creation of custom tokens / placeholder for Drupal 7. I searched many forums to get any help regarding the creation of custom tokens but I failed in getting a proper solution that's why I decided to ...
0
votes
0answers
16 views

Repackaging tokens and mail templates in features

I am using Mail Editor to store mail templates. As I am using conditional tokens inside the mail templates I wonder how can I include these particular personalization in my features's package. It ...
0
votes
1answer
63 views

The best way to debug a custom token module development

I'm building a custom module to build some tokens. I have add the hook_token_info() and it works great. Know i'm with hook_tokens(), but I'm not able to debug with var_dump() or with dpm(). /** * ...