ems
Enhanced Manager Suite (EMS) is a unified dashboard for the Enhanced Manager family of Drupal modules. It provides a single admin landing page at /admin/enhanced-manager-suite that detects which Enhanced Manager modules are installed and gives you quick access to each one.
Included Modules
EMS brings together four purpose-built admin tools:
- ETM — Enhanced Taxonomy Manager: Drag-and-drop tree view for managing large hierarchical taxonomies with inline editing, merge, snapshots, undo, and bulk operations.
- EMM — Enhanced Menu Manager: The same powerful tree UI applied to Drupal menus — drag-and-drop reordering, inline editing, snapshots, and revision history.
- EPM — Enhanced Permission Manager: Create reusable permission presets, apply them to roles instantly, capture existing role permissions, and manage everything through Drush.
- EXM — Enhanced Extension Manager: A better module management experience with search, filtering, dependency visualization, and lifecycle status indicators.
How It Works
Install the EMS module on its own, or use the Enhanced Manager Suite Recipe to install everything at once:
composer require drupal/ems_recipe php core/scripts/drupal recipe recipes/enhanced_manager_suite
The dashboard dynamically detects which modules are installed. Installed modules show "Open" and "Settings" links. Modules that aren't installed yet display their composer require command so you can add them when you're ready.
Each module is fully independent — install one, some, or all. EMS simply ties them together.
Requirements
- Drupal 10.3+ or Drupal 11
- No hard dependencies on any of the individual modules