Active
Project:
Link
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2019 at 15:08 UTC
Updated:
26 Mar 2019 at 15:08 UTC
Jump to comment: Most recent
According to link.module, it appears there should be a token that returns the formatted HTML link, but when I attempt to use it, nothing shows up in the output.
$tokens['link']['view'] = t("Formatted html link");
How does one output the full absolute URL using tokens when the link field accepts both internal and external urls? If I use link_field:url, I just get the relative path. I need the full path as this is going in an email template.
Comments