This module adds a filter to Drupal Views that allows you to filter taxonomy terms based on their parent ID, using a term ID provided as an argument. It's useful for displaying sub-terms of a specific term without needing to manually configure the parent ID.
Synopsis
This module provides a filter for views that display taxonomy terms. This filter works like the 'Parent Term' filter however it takes the term id from an argument and converts it to the parent id.
Requirements
This module requires Drupal 8.6 and above.
Dependencies
Restrictions
This filter currently does not support terms with multiple parents.