private property NodeTypePreviewImageForm::$processedFieldHashes in Acquia Content Hub 8
Processed field hashes.
A list of spl_object_hash codes of objects that this service has already iterated through. This is for handling circular referencing entities.
Example: ['000000005e937119000000007b808ade' => TRUE]
Type: array
File
- src/
Form/ NodeTypePreviewImageForm.php, line 52
Class
- NodeTypePreviewImageForm
- Defines a form that alters node type form to add a preview image form.
Namespace
Drupal\acquia_contenthub\FormCode
private $processedFieldHashes = [];