It seems that a node with a Field Collection makes some trouble.
Notice: Undefined index: #field_collection_item in display_cache_entity_view_alter() (line 173 of /mnt/www/WORKSPACE_DRUPAL/EIGENE_PROJEKTE/TEST/sites/all/modules/custom/display_cache/display_cache.module).
Comments
Comment #1
marcoka commented#1991026: Entity ID of field collection entity_id()
Comment #2
Caseledde commentedThank you for your bug report. The array key for a field collection is '#entiy'. It seems that all entities based on the Entity API module used that key.
To play it safe, I build the following construction:
Comment #3
Caseledde commented