Fixed
Project:
Entity Usage
Version:
5.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2026 at 09:41 UTC
Updated:
1 Jul 2026 at 07:46 UTC
Jump to comment: Most recent
The 5.x branch is not passing on the next minor or max PHP let's fix it.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
alexpottComment #4
alexpottComment #5
alexpottActually I want to make the code a bit more robust and just ignore the old format. Just in case other updates cause the same problem
Comment #6
alexpottThis is the first step to automating discovery of the site's url - now we've got all the internal checking happening in the new SiteDomain class. This means that we can then inject the RequestContext and use \Drupal\Core\Routing\RequestContext::getCompleteBaseUrl() to add that automatically. We can also add the public streamwrapper and automatically add that's external URL too. That would cover things like S3 storage where files are stored on a different URL.
Comment #8
alexpott