Skip to content

Computed Field and Drupal 11

Ready

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