- Issue created by @pfrenssen
- First commit to issue fork.
The QueryConnection
class is a good candidate for refactoring. I am extending this class to customize translation fallback behavior for a client project and I am running into a number of gotchas:
::getResolveCallback()
method is private. I cannot call it from a subclass and need to copy it into my own code.\Drupal
facade, these can be injected.Active
1.0
Code