drupal_list_taxonomy_terms
Retrieve a list of taxonomy terms from a specified vocabulary, with options to filter by fields, sort by weight or other criteria, and limit results.
Instructions
List terms in a vocabulary (e.g. "category", "tags"). Default sort is "weight".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vocabulary | Yes | Vocabulary machine name | |
| filter | No | Optional filter object. Shortcut form: { field_name: { value: 'x', operator: '=' } } or { field_name: 'x' }. Pre-encoded form: { 'filter[status][value]': 1 } also accepted. | |
| sort | No | ||
| limit | No |