Problem/Motivation

We are in the process of removing the whole process layer from the theme system in Drupal 8.

Proposed resolution

This function will need to be removed, or replaced with a comparable __toString method on a renderable object - to be called at the time the renderable is inserted into a Twig template.

Remaining tasks

- Remove/Replace the process_entity() function

User interface changes

TBD

API changes

TBD

Comments

pmelab’s picture

Status: Active » Closed (works as designed)

process_entity is a method of the Field class and not part of the process layer.