Drupal is a registered trademark of Dries Buytaert
cms 2.1.0 Update released for Drupal core (2.1.0)! bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). editoria11y 2.2.22 Minor update available for module editoria11y (2.2.22). ai 1.2.13 Minor update available for module ai (1.2.13). ai 1.3.2 Minor update available for module ai (1.3.2). moderated_content_bulk_publish 2.0.51 Minor update available for module moderated_content_bulk_publish (2.0.51). moderated_content_bulk_publish 2.0.50 Minor update available for module moderated_content_bulk_publish (2.0.50). editoria11y 2.2.21 Minor update available for module editoria11y (2.2.21). eca 3.1.0 Minor update available for module eca (3.1.0). sophron 3.1.1 Minor update available for module sophron (3.1.1). ai 1.3.1 Minor update available for module ai (1.3.1). seven 2.0.0-beta6 New beta version released for theme seven (2.0.0-beta6). seven 1.0.1-beta1 First beta version released for theme seven (1.0.1-beta1). bamboo_twig 6.0.7 Minor update available for module bamboo_twig (6.0.7). ebt_core 1.4.38 Minor update available for module ebt_core (1.4.38). ept_core 1.4.24 Minor update available for module ept_core (1.4.24). block_exclude_pages 2.2.2 Minor update available for module block_exclude_pages (2.2.2). dxpr_theme_helper 3.1.1 Minor update available for module dxpr_theme_helper (3.1.1). dxpr_theme_helper 3.1.0 Minor update available for module dxpr_theme_helper (3.1.0).

The problem

Drupal fields are reusable within the same entity type. The same field storage (for example, body) can be attached to multiple bundles — for example, the Article and Basic page content types can both share the same body field storage. Before modifying or deleting a field, an administrator needs to know where else it is used.

The existing global field report at /admin/reports/fields provides this information, but only as a site-wide table that must be scanned manually and is disconnected from the page where field decisions are made.

The solution

Field Usage Display adds a single "Also used in" column directly to the Manage Fields table — right where administrators are already working. The column is blank for fields used only in the current bundle (no noise), and lists the human-readable labels of other bundles for shared fields (immediate context before editing or deleting).

Example (Article content type)

Field Field type Also used in Operations Body body Text (formatted…) Basic page Edit Image field_image Image Edit Tags field_tags Entity reference Blog post, Event Edit

Features

  • Works on all fieldable entity types: content types, media types, taxonomy vocabularies, block types, user accounts, and any other entity type that uses Field UI. Within each entity type, all bundles sharing a field storage are listed.
  • Displays human-readable bundle labels, not machine names.
  • Optional integration with ctools_entity_mask: when that submodule is installed, cross-entity-type borrowed fields are also listed, with the entity type name shown in parentheses for clarity.
  • No configuration required — the column appears automatically.
  • No new pages, routes, or permissions — purely additive to existing UI.

Requirements

  • Drupal 11
  • Core modules: field, field_ui (both enabled by default on most sites)

Installation

composer require drupal/field_usage_display
drush en field_usage_display

Or enable via Extend (/admin/modules).

Compatibility

Field Default Value Display

Field Usage Display is fully compatible with the Field Default Value Display module. When both modules are enabled, the "Default value" and "Also used in" columns appear together in the Manage Fields table with no conflict or configuration required.

Similar modules

  • Field Usage Tracker — adds a separate report page at /admin/reports/field-usage with broader scope (Views and custom code detection). Field Usage Display takes a different approach: no new pages, just a column in the existing workflow.

Activity

Total releases
2
First release
Apr 2026
Latest release
10 hours ago
Release cadence
0 days
Stability
50% stable

Releases

Version Type Release date
1.0.0 Stable Apr 7, 2026
1.0.x-dev Dev Apr 7, 2026