Dynamic Entity Reference and Drupal 11
The latest stable release, 3.2.3, declares a core version requirement of ^10 || ^11 || ^12, which covers Drupal 11.
Overview Dynamic Entity Reference provides a field type/widget/formatter combination for Drupal that allows an entity-reference field to reference more than one entity type. Features Create a single field to hold references to Users and Nodes, Or Terms and Nodes, or all three. From 5.x also supports mixing config entities with content entities.
Key facts
- Project
- dynamic_entity_reference
- Latest stable with Drupal 11 support
- 3.2.3 (4 Aug 2026)
- Core version requirement
- ^10 || ^11 || ^12
- Maintenance status
- Actively maintained
- Reported installs
- 31,316
- Last synced from drupal.org
- 21 Sept 2026
Every field above comes from the drupal.org API. The Drupal 11 status is derived from the core version requirement across this project's releases.
Source: drupal.org/project/dynamic_entity_reference
Related modules in Site structure
Menu Block
ReadyEnhance Drupal 8+ core menus with functionality to expand all menu links with children and/or root the menu tree to a specific item.
menu_blockLatest stable 8.x-1.14113,054 sitesBlock field
PartialThe Block Field module provides a field that allows a content entity to reference and configure custom block instances.
block_field48,369 sitesColor Field
ReadyColor Field is simple field that use a hexadecimal notation (HEX) for the combination of Red, Green, and Blue color values (RGB). Opacity is also support and can be disabled/enabled per field instance.
color_fieldLatest stable 3.0.247,877 sitesField collection
Not yetProvides a field-collection field, to which any number of fields can be attached. A field collection is internally represented as an entity, which is embedded in the host entity. Thus, if desired field collections may be viewed and edited separately too.
field_collection38,013 sitesCalendar
PartialThis module displays date-based Views in a calendar layout, supporting year, month, week, and day views with built-in navigation. It works with any date field—such as Drupal core's date, date range fields, created/updated timestamps or date_recur —configured in a View. Videos/Tutorials Dates With Drupal 7 a series of videos about configuring and using the Date module on Drupalize.me.
calendar37,462 sitesMultiupload Filefield Widget
Not yetThe File module of Drupal 7 enables you to select only one file at a time which can be very time consuming in case of many files. This module uses the 'multiple' attribute of html5 to overcome this problem and presents a widget called 'Multiple' that can be used with fields of type File.
multiupload_filefield_widgetLatest stable 7.x-1.1628,243 sites