We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5baa965 commit c8de775Copy full SHA for c8de775
Event/Events.php
@@ -4,7 +4,13 @@
4
5
final class Events
6
{
7
+ /**
8
+ * Fired before a path is matched in \Symfony\Cmf\Component\Routing\DynamicRouter#match
9
+ */
10
const PRE_DYNAMIC_MATCH = 'cmf_routing.pre_dynamic_match';
11
12
13
+ * Fired before a Request is matched in \Symfony\Cmf\Component\Routing\DynamicRouter#match
14
15
const PRE_DYNAMIC_MATCH_REQUEST = 'cmf_routing.pre_dynamic_match_request';
16
}
0 commit comments