This module is a major time saver if you need an on-demand sync of taxonomy terms from a specific vocabulary into a Drupal menu. It contains similar functionality as Taxonomy Menu, but with a simplified approach and a few distinguishing new features.

  • Provides a sync form for each vocabulary, at:
    /admin/structure/taxonomy/manage/{taxonomy_vocabulary}/overview/menu
  • Uses MenuLinkContent entity.
  • Provides #weight support to maintain hierarchy and sort order from Vocabulary into Menu structure.
  • Allows for custom path patterns, so instead of links to /taxonomy/term/%tid, you could use /category/%tid, /vocabulary/%tid/all, etc.

USAGE

Assuming you've created a Drupal taxonomy vocabulary, eg "Category", and have several terms added in the vocabulary...

  1. Navigate to /admin/structure/taxonomy/manage/category/overview/menu
  2. Choose the Drupal menu, for example "Main navigation", into which the terms from your vocabulary should be synced.
  3. Set the path pattern. Bu default this is /taxonomy/term/%tid. It could be changed to /category/%, for example.
  4. Click the "Sync" button.
Supporting organizations: 
Drupal 9 release shepherding

Project information

Releases