\Drupal::service('typed_data.data_fetcher')->fetchDataByPropertyPath($Node_populated->getTypedData, 'field_geo.0.lat')
is the same as return value from \Drupal::service('typed_data.data_fetcher')->fetchDataByPropertyPath($Node_populated->getTypedData, 'field_geo.lat')
\Drupal::service('typed_data.data_fetcher')->fetchDataByPropertyPath($Node_empty->getTypedData, 'field_geo.0.lat')
throws MissingDataException
\Drupal::service('typed_data.data_fetcher')->fetchDataByPropertyPath($Node_empty->getTypedData, 'field_geo.lat')
throws InvalidArgumentException
* Using field_geo.lat
should throw MissingDataException
, since it is a valid selector
Needs work
2.1
Data fetcher
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.