N°6208 - Router: Add mechanism to generate complete route URL from its code

This commit is contained in:
Molkobain
2023-04-19 16:53:35 +02:00
parent 866d77dd14
commit e3252da5a9
12 changed files with 203 additions and 6 deletions

View File

@@ -605,6 +605,12 @@ class LogChannels
public const NOTIFICATIONS = 'notifications';
public const PORTAL = 'portal';
/**
* @var string
* @since 3.1.0
*/
public const ROUTER = 'router';
}