The \Drupal::entityQuery calls are replaced by \Drupal::entityTypeManager() calls.
So this way we dont have query in the view layer.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | site-settings-issue-3063966-6.patch | 6.47 KB | nagy.balint |
| #3 | site-settings-issue-3063966-3.patch | 6.39 KB | mr.york |
| #2 | site-settings-issue-3063966-2.patch | 6.39 KB | mr.york |
Comments
Comment #2
mr.york commentedAttached patch.
Comment #3
mr.york commentedFixed typos.
Comment #4
nagy.balint commentedComment #5
scott_euser commentedThis patch unfortunately does not apply any more after the last couple of commits. Otherwise in general looks fine thanks!
Comment #6
nagy.balint commentedRerolled the patch.
I tested it, and fixed an issue at SimpleSiteSettingsBlock in the patch where the condition was incorrect.
Comment #8
scott_euser commentedThanks!!