Closed (fixed)
Project:
Domain
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2025 at 13:24 UTC
Updated:
17 Nov 2025 at 13:39 UTC
Jump to comment: Most recent
DomainServiceProvider contains the following docblock:
/**
* Overrides the router.route_provider service.
*
* Point to our customized one and adds url.site to the
* required_cache_contexts renderer configuration.
*
* @see https://www.drupal.org/node/2662196#comment-10838164
*/
However, it does not override the router.route_provider service
Remove the outdated information from the DomainServiceProvider docblock.
None
None
None
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
idebr commentedThe merge request removes the outdated information from the DomainServiceProvider docblock.
The relevant code has moved to \Drupal\domain\EventSubscriber\DomainSubscriber::onKernelRequestDomain, but it doesn't seem worth mentioning in this particular docblock.
ServiceModifierInterface is already announced in ServiceProviderBase, so it can be removed.
Comment #5
mably commented