Actions
Feature #103486
openConfigurability of the PageRouter
Status:
New
Priority:
Should have
Assignee:
Category:
Site Handling, Site Sets & Routing
Target version:
Start date:
2024-03-26
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Hello,
I wanted to extend the PageRouter for a project but there seems to be no way without XClass.
Searching through the core I found the getRouter function in the class TYPO3\CMS\Core\Site\Entity\Site, which was commented with:
Returns the applicable router for this site. This might be configurable in the future.
Would this be something to be still implementable as a patch for v12 or only for v13?
(I would think adding a registration for an own class would'nt be a breaking change)
I don't know if someone already had thoughts on this so I hope it's okay to open this issue for the topic.
Actions