Path Alias Entity Filter
3 sites
Security covered
This module adds an "Entity type" filter to the URL aliases administration page. This allows administrators to easily filter aliases by the type of content they point to, such as nodes, taxonomy terms, or media.
Adds an Entity type dropdown to the URL aliases admin filter at /admin/config/search/path so site builders can narrow the list by the entity type the alias points at — nodes, users, terms, etc.
Features
- Entity type dropdown on the URL aliases filter form.
- Query narrows to the selected type (e.g.
/node/*,/taxonomy/term/*). - Options auto-populate from core's path-fielded types (Content, Taxonomy term, Media) plus any entity types enabled in Pathauto.
- No configuration required.
Post-Installation
- Enable the module.
- Visit
/admin/config/search/path— the Entity type dropdown appears next to the alias search field. - Select an entity type and click Filter.
Additional Requirements
- Path (Drupal core)
Recommended modules/libraries
- Pathauto — when enabled with additional entity types opted in under Enabled entity types, those types appear in the filter dropdown automatically.