Darren Oh

Results 9 issues of Darren Oh

1. The install script is in a symlinked directory, so using \_\_DIR\_\_ drops into the repos/drupal path, from where contrib installation profiles cannot be found. I think we need to...

Contrib module APIs change as much as Drupal core APIs. It would be nice to have a way to provide Retrofit extensions for contrib modules so they can be supported...

This was copied from [8be3d3e2](https://git.drupalcode.org/project/drupal/-/blob/a598aa4654e21cb2ce753a81a08152f4c7346182/core/lib/Drupal/Core/Entity/EntityFieldQuery.php). The namespace was changed to Retrofit\Drupal\Entity and EntityFieldQueryException was changed to QueryException.

- [ ] Provide methods to retrieve D7 $field and $instance definitions. - [ ] Finish defaultSettings method. - [ ] Finish settingsForm method. - [ ] Finish settingsSummary method....

This can be seen when AuthorFormatter displays author information on nodes. https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Field%21Plugin%21Field%21FieldFormatter%21EntityReferenceFormatterBase.php/function/EntityReferenceFormatterBase%3A%3AneedsEntityLoad/10