Synopsis

This module provides a plugin to allow developers to create computed field via the Drupal Plugin API, and a field type computed_render_array.

Computed fields work a bit like extra fields but they are more flexible because you can still use the native field settings (including formatters).

You can use it to merge several fields as one in the display, or simply render a block, an entity...