Computed Field and Drupal 11
The latest stable release, 3.0.1, declares a core version requirement of ^8 || ^9 || ^10 || ^11, which covers Drupal 11.
Computed Field is a very powerful field module that lets you add a custom "computed fields" to your content types. These computed fields are populated with values that you define in PHP code. You may draw on anything available to Drupal, including other fields, the current user, database tables, you name it. (Feeling the power yet? :) ) This field is literally the Swiss Army knife of fields.
Key facts
- Project
- computed_field
- Latest stable with Drupal 11 support
- 3.0.1 (15 Jun 2026)
- Core version requirement
- ^8 || ^9 || ^10 || ^11
- Maintenance status
- Actively maintained
- Reported installs
- 14,920
- 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/computed_field
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 sitesDynamic Entity Reference
ReadyOverview 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.
dynamic_entity_referenceLatest stable 3.2.331,316 sites