You are here

private property NodeTypeThumbnailFormHelper::$processedFieldHashes in Acquia Lift Connector 8

A list of spl_object_hash codes of objects that this service has already iterated through. This design is for handling circular referencing entities.

Example: ['000000005e937119000000007b808ade' => TRUE]

Type: array $processedFieldHashes

File

src/Service/Helper/NodeTypeThumbnailFormHelper.php, line 39
Contains \Drupal\acquia_lift\Service\Helper\NodeTypeThumbnailFormHelper.

Class

NodeTypeThumbnailFormHelper
Defines a form that alters node type form to add a thumbnail form.

Namespace

Drupal\acquia_lift\Service\Helper

Code

private $processedFieldHashes = [];