Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Usage Milestone: Google Analytics Module google_analytics crossed 1,000 active installs. Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Release: GraphQL Compose Codegen 1.1.2 Minor update available for module graphql_compose_codegen (1.1.2). Release: Mapy.com 1.1.3 Minor update available for module mapycom (1.1.3). Release: Ckeditor5 entity browser 3.0.3 Minor update available for module ckeditor5_entity_browser (3.0.3). Release: Ckeditor5 entity browser 3.0.1 Minor update available for module ckeditor5_entity_browser (3.0.1). Release: Ckeditor5 entity browser 3.0.2 Minor update available for module ckeditor5_entity_browser (3.0.2). Release: Teamleader Integration 4.0.2 Minor update available for module teamleader (4.0.2). Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

Taxonomy Enum

3 sites Security covered Drupal 9–11
View on drupal.org

This module synchronizes Drupal taxonomy vocabularies with PHP enums, automatically creating and managing taxonomy terms based on enum cases. It allows developers to reference taxonomy terms in code using enums instead of hardcoded IDs, making code more portable and maintainable. The module also offers configuration options to control manual term creation and deletion, and provides tools for migrating existing fields.

This module allows you to synchronise taxonomy vocabularies with PHP enums. This is especially useful if you have a taxonomy vocabulary with a fixed set of terms and custom code that needs to behave differently based on which term is referenced. It basically allows you to reference a taxonomy term in code without having to hardcode ID's, which makes your code more portable between environments.

Features

  • Automatically creates terms based on the enum cases
  • Automatically deletes respective terms once enum cases have been removed (configurable)
  • Disables the possibility to manually create/delete terms (configurable)
  • Stores default field values in config as machine names instead of entity UUID's
  • Allows you to get enum instances in custom code: $entity->get('some_taxonomy_enum_field')->enum
  • Contains code to easily migrate existing entity reference fields: \Drupal::service('taxonomy_enum.migration')->migrateField('field_tags', 'node');

Depends on

Dependencies of the latest stable release

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
4
Tracked since
Nov 2024
Latest release
7 months ago
Releases (12 mo)
3 ▲ from 1
Maintenance
Active

Release Timeline

Releases

Version Type Core Release date
1.3.1 Stable 9–11 Jan 20, 2026
1.3.0 Stable 9–11 Nov 27, 2025
1.2.0 Stable 9–11 Nov 26, 2025
1.1.2 Stable 9–11 Nov 29, 2024