I have the attached array below and need help figuring out how to access the ‘entity’ attribute that is under the protected “properties” array (see screenshot). background: field_name is an entity reference field. I need to get the EntityReference so that I can call getTarget() to get the EntityAdapter and then call EntityAdapter->getValue(). I haveRead more