For example the token [node:language] returns the label "Language neutral" instead of the value "und". This differs from the D7 behavior.
(Incidentally, the node property language is deprecated by Entity Plus, but still works. Using a node metadata wrapper and doing $w->language->value() correctly returns the language code, rather than the label)
For example the token
[node:language]returns the label "Language neutral" instead of the value "und". This differs from the D7 behavior.(Incidentally, the node property
languageis deprecated by Entity Plus, but still works. Using a node metadata wrapper and doing$w->language->value()correctly returns the language code, rather than the label)