Skip to main content
Home
Drupal life hacks

Main navigation

  • Drupal
  • React
  • WP
  • Contact
  • About
User account menu
  • Log in

Breadcrumb

  1. Home

OverviewTerms

By admin, 14 December, 2025

Drupal 11.3: OverviewTerms Form Now Extends EntityForm — What Developers Need to Know

In Drupal 11.3, core introduces an important structural change for the taxonomy system:
Drupal\taxonomy\Form\OverviewTerms now extends Drupal\Core\Entity\EntityForm.

This update modernizes the taxonomy UI, makes the overview form fully consistent with other entity-based forms, and—most importantly—gives developers a cleaner and more powerful way to customize and override it.

In this article, we’ll walk through the change, why it matters, and how you can override the form in your own module.

Tags

  • Taxonomy
  • OverviewTerms
  • EntityForm
  • hook_entity_type_alter
  • Taxonomy Vocabulary
  • Drupal Forms API
OverviewTerms
Powered by Drupal