This project is not covered by Drupal’s security advisory policy.

Path Profiler is a practical proof of concept for illustrating how path management within drupal could work under different circumstances in the hopes of pushing forward a new initiative in D8 to re-architect how we think about and utilize paths and their output.

Path Profiler allows you to create various whitelists or blacklists of paths within drupal. Blacklisted path profiles will allow all paths to be created except for specified paths in the list. These will be unset(). Whitelisted path profile will ONLY CREATE MENU ITEMS YOU SPECIFY. Please use with care.

Drush integration to help reset the menu system on the site is present, however whitelisted profiles can still present a problem in this regard unless special care is taken while defining the path profiles. Commenting line 443 of includes/menu.inc may be required for a proper rebuild of the menu system to occur under extreme circumstances. The module does not yet attempt any sort of sanity checks to prevent the need for this yet.

Super user only usage plz, you've been warned.

Project information

Releases