]> git.mxchange.org Git - friendica.git/commit
Implement route_collection hook as CollectRoutesEvent
authorArt4 <art4@wlabs.de>
Sat, 8 Feb 2025 21:59:28 +0000 (21:59 +0000)
committerArt4 <art4@wlabs.de>
Sat, 8 Feb 2025 21:59:28 +0000 (21:59 +0000)
commit18369854b784f6456259efbc69284418927c30f1
tree2af29c744b7cbd32d50a3d1994d688fbac91318a
parent7298ad29c18a2f102bda7873d5f5a2171d519d67
Implement route_collection hook as CollectRoutesEvent
src/App/Router.php
src/Core/Hooks/HookEventBridge.php
src/Event/CollectRoutesEvent.php [new file with mode: 0644]
tests/Unit/Core/Hooks/HookEventBridgeTest.php
tests/Unit/Event/CollectRoutesEventTest.php [new file with mode: 0644]