# Summary

Menu Token module provides tokens, that could be used in title or in path of menu items (links). For example, if you create a menu item with path: "user/[current-user:uid]", the url will be changed "on fly" to: "user/1" (assuming you are user 1).

Tokens are provided by Token module. Menu Token allows to use both global tokens and entity ones: node, user, term, etc. Entity tokens have several methods of substitution: from context, random and user defined.

If the site is Multilingual, config have to be translated in order for menu_token to work!
https://www.drupal.org/docs/8/multilingual/translating-configuration

# Project URL

https://www.drupal.org/project/menu_token

# Where is the code?

https://www.drupal.org/project/menu_token/releases/8.x-1.x-dev

# Estimated completion date

10.10.2017

# Dependencies

Token module https://www.drupal.org/project/token

# Who's doing the port?

https://www.drupal.org/user/2409142

# What help do they need?

Testing

# D8 roadmap

Unknown

# Background and reference information

https://www.drupal.org/node/2150611

Comments

Patrick Storey created an issue. See original summary.

Yzmir Ramirez’s picture

Doesn't look like this is being migrated. Just downloaded the `8.x-1.x-dev` source and everything is empty except the .info file from D7.

DevElCuy’s picture

Issue summary: View changes

I'm the maintainer of Menu Token, we have an issue for D8 already: #2150611: Drupal 8 version

DevElCuy’s picture

Status: Active » Needs review
peter.draucbaher’s picture

Issue summary: View changes
mmjvb’s picture

Status: Needs review » Needs work

Sofar only a dev release available on d.o, hence Status is Needs work. See this project for information on the meaning of Status.
Needs review would be correct when an alpha or beta is tagged, looks like it might even be tagged as an RC (Status:RTBC) or Stable (Status:Fixed).

peter.draucbaher’s picture

It is ready for alpha release.

peter.draucbaher’s picture

Issue summary: View changes
peter.draucbaher’s picture

Issue summary: View changes
mmjvb’s picture

@peter.draucbaher Very confusing to state it is of alpha quality and expected to be released Stable today. Normally, the Status and info here is consistent with the project code. At this moment there is only a development release available. Suggest to tag your code as alpha or stable and adjust Status here accordingly.

bgbrillo’s picture

The uid for menu token is not changing maybe because of cache.

mmjvb’s picture

Status: Needs work » Needs review