The \Drupal\external_entities\Event\ExternalEntityMapRawDataEvent event currently provides no way to identify the external entity type of the entity that is being constructed.
The \Drupal\external_entities\Event\ExternalEntityTransformRawDataEvent event on the other hand, does provide a way of doing this by providing the getStorage()
method.
Can we have the same for the \Drupal\external_entities\Event\ExternalEntityMapRawDataEvent event?
Active
3.0
Code