Taxonomy terms
One of the key features of Drupal is the ability to define new taxonomy terms and use them to categorize content.
Taxonomy terms have the following features:
- Grouped in vocabularies
- Hierarchical
- Can be enriched by custom fields
Vocabularies represent the bundle for the term
entity type.
The demo website defines two new vocabularies, one for the trip duration and one for the trip difficulty level.
Like the media
entity, a taxonomy term is attached to other entities using an entity reference field.