Hi,
We have created a custom entity that uses the entity hash system. This works correctly but we are getting a PHP warning in the log messages.
Notice: Undefined property: Entity::$vid in entity_hash_shutdown() (line 170)
This issue occurs when using a custom created entity and not a node. The custom entity does not have a revision so there should be a check for this.
Comments