From dc13b4e296d3115012c365fe09505a1ed95122d7 Mon Sep 17 00:00:00 2001 From: argiepiano Date: Sun, 27 Jul 2025 12:46:30 -0600 Subject: [PATCH] Issue #162. Define property $propertyInfo for EntityDefaultExtraFieldsController Fixes #162 --- includes/entity_plus.wrapper.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/includes/entity_plus.wrapper.inc b/includes/entity_plus.wrapper.inc index 718ebc2..0c68c1e 100644 --- a/includes/entity_plus.wrapper.inc +++ b/includes/entity_plus.wrapper.inc @@ -1659,6 +1659,11 @@ class EntityDefaultExtraFieldsController implements EntityExtraFieldsControllerI */ protected $entityInfo; + /** + * @var array + */ + protected $propertyInfo; + /** * Constructor. */