Nuke Drupal Frontend
Categories
Component ID
2572839
Component name
Nuke Drupal Frontend
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
424
Component created
Component changed
Component body
What is it?
Removes Drupal's frontend, when using Drupal as a services layer only.
Specifically:
- Uninstalls frontend-only core modules (some are truly only useful when Drupal renders the frontend)
- For all other core modules, removes access to the paths only useful to Drupal's frontend
- Redirects disallowed paths to user login or, (if allowed) to the admin screen
- Properly redirects entity frontend paths to their corresponding edit screen
- Remaps breadcrumbs to match the new backend-only experience
Why bother?
To help avoid confusion when not using Drupal's built-in frontend.
API
See included ndf.api.php for Drupal hook documentation.
Installation
See Installing modules (Drupal 7).
License
See GNU General Public License, version 2.
