views_url_alias
1,379 sites
Security covered
The 'Views URL alias' module allows Views to be filtered by path aliases.
Usage
- In a View display add [Entity type] URL Alias relation.
- In a filter section add filter "URL alias"
This module is useful if your website uses heirachical paths. It allows you to filter and sort a view by URL aliases. When combined with the Views bulk operation (VBO) module you can apply operations to a specific section of your website based on a URL alias.
3.x:
A rewrite to take advantages of Drupal 8's entity api
Should support any Entity Type that extends ContentEntityBase only tested with Node, User and Term Entity Types.
8.x-1.0:
A straight port of the 7.x-1.0 version
This branch is not maintained any more
Similar Modules:
Drupal 9/10 only: https://www.drupal.org/project/views_alias_filter - but it work only for Nodes.