I want to know what the status of Entity Tokens in D8 (do they exist), and if so, do they depend on then D8 Token module, or if they are directly integrated in core?

Comments

robertwb created an issue. See original summary.

bojanz’s picture

Status: Active » Fixed

That's handled by the Token contrib module now.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

douggreen’s picture

As far as I can tell, there https://www.drupal.org/project/token only supports nodes and fields. There's nothing as simple as just getting the entity id or entity bundle. There is support for content type, but I'm not sure that this works with a passed in entity. Shouldn't there be:

[entity:id]
[entity:bundle]
[entity:type]