How to reproduce:
* Use the message module
* want to use [message:url:absolute] (or any other url variant)
* => not provided

Debugging shows that token_token_info_alter() (l51) does this and won't find info for most entities, as it put itself before all other modules, including entity.module.

    if (!isset($info['types'][$token_type]) || !isset($info['tokens'][$token_type])) {
      continue;
    }
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

axel.rutz created an issue. See original summary.

geek-merlin’s picture

Status: Active » Needs review
FileSize
776 bytes

Patch flying in that (together with #2938751: URI callback missing) fixes this for me.