Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Copied from https://drupal.org/comment/8160229#comment-8160229
Added Taxonomy Terms support for UUID menu links.

UUID Features Menu module adds Features support for menu items using UUIDs instead of default mlid identifier. Each menu item receives UUID hash and can be transferred with Features without using mlids. For core entity types (Nodes, Users, Taxonomy) this module will export menu items paths like 'node/[UUID]' which will be translated into normal "node/[NID]" when enabling Feature on target instance.

Use case: move entities together with menu links pointing to them across various Drupal instances.

Project information