Closed (works as designed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
field system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Nov 2012 at 22:44 UTC
Updated:
29 Jul 2014 at 21:32 UTC
We are in the process of removing the whole process layer from the theme system in Drupal 8.
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.
- Remove/Replace the process_entity() function
TBD
TBD
Comments
Comment #1
pmelab commentedprocess_entity is a method of the Field class and not part of the process layer.