Why did I put a lot of effort in creating a perfect list of entity properties in hook_entity_property_info_alter
?
Somehow none of the properties are available in Views. (They are now, but that's because I implement hook_views_data
myself.) If I delete my hook_views_data implementation and reload the entity cache, no fields are available in Views.
Shouldn't that work automatically? I see (through debugging) that Entity does create a nice list of properties in entity_views_data
, but it looks like they're not being used anywhere. What am I missing here..?
Closed: outdated
1.0
Views integration
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.