@anybody: The problem is we are not able to get the value from $subParagraph->get('field_paragraph_settings') (coming from $subParagraphs = $subParagraphsER->referencedEntities();) anymore.
As we just decided to not use 1.x and 2.x in Drupal 9 anywhere (upgrade to 4.x instead), I'll close this won't fix and set the module unsupported for Drupal 9 again in these versions.
Comments
Comment #2
thomas.frobieterComment #3
thomas.frobieter@anybody: The problem is we are not able to get the value from $subParagraph->get('field_paragraph_settings') (coming from $subParagraphs = $subParagraphsER->referencedEntities();) anymore.
I guess the problem here is, we receive an FieldItemList object instead of a ItemList object and FieldItemList don't have the getValue() function available => https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Field%21F...
This exceeds my capabilities ;) So.. have fun, good luck :P
Comment #4
thomas.frobieterComment #5
thomas.frobieterComment #6
thomas.frobieterComment #7
anybodyComment #8
anybodyI guess if 1.x is affected, 2.x must also be affected?
Comment #9
anybodyAs we just decided to not use 1.x and 2.x in Drupal 9 anywhere (upgrade to 4.x instead), I'll close this won't fix and set the module unsupported for Drupal 9 again in these versions.