Field Value Link Formatter
Component ID
1488690
Component name
Field Value Link Formatter
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
1642
Component created
Component changed
Component body
This small module provides a field formatter that displays a field as a link whose URL consists of a base path combined with the value of the field.
For example, if the value in your text field is 'foo', then you can have this output as a link to 'my/base/path/foo'.
This is intended for use with a View that has an argument on this particular field. This means that your field becomes a link to a list of 'more things with this value'. This replicates the functionality of Drupal core's Profile module, but obviously can now be applied to any field on any entity.
