Entity keys tell you how to get the common fields of different entity types that might have different specific field names. E.g. 'created', 'published', 'author'.
Entities which implement EntityChangedInterface are expected to have a field to store the changed timestamp, but there's no way to find out what that field is.
This affects code which needs to work at the field level rather than use the interface methods -- e.g. using JSONAPI data.
Add a 'changed' entity key to core entity types which implement EntityChangedInterface.
* entity_keys = {
(...)
* "changed" = "foo",
* },
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.