🐛 | Drupal core | "InvalidArgumentException: Field field_media_images is unknown. in Drupal\Core\Entity\ContentEntityBase->getTranslatedField()" When trying to add an existing field to a new content type
🇮🇳India Neelanjana Das
we get this error on get() methods. we need to check the field exists with isset() before we use the get() method.