Commit 8522a83
committed
[Routing] add priority option to annotated routes
1 parent 8657314 commit 8522a83Copy full SHA for 8522a83
9 files changed
+97-15Lines changed: 97 additions & 15 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/Symfony/Component/Routing
- Annotation
- Loader
- Tests
- Fixtures/AnnotationFixtures
- Loader
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+1Lines changed: 1 addition & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
57 | 57 | |
58 | 58 | |
59 | 59 | |
| 60 | + |
60 | 61 | |
61 | 62 | |
62 | 63 | |
|
Collapse file
+1Lines changed: 1 addition & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
47 | 47 | |
48 | 48 | |
49 | 49 | |
| 50 | + |
Collapse file
src/Symfony/Component/Routing/Annotation/Route.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Annotation/Route.php+11Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
| 37 | + |
37 | 38 | |
38 | 39 | |
39 | 40 | |
| ||
179 | 180 | |
180 | 181 | |
181 | 182 | |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
182 | 193 | |
Collapse file
src/Symfony/Component/Routing/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/CHANGELOG.md+3-1Lines changed: 3 additions & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
| 8 | + |
| 9 | + |
8 | 10 | |
9 | 11 | |
10 | 12 | |
|
Collapse file
src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php+7-6Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
157 | 157 | |
158 | 158 | |
159 | 159 | |
160 | | - |
161 | | - |
162 | | - |
163 | | - |
| 160 | + |
| 161 | + |
164 | 162 | |
165 | 163 | |
166 | 164 | |
| ||
208 | 206 | |
209 | 207 | |
210 | 208 | |
211 | | - |
| 209 | + |
212 | 210 | |
213 | | - |
| 211 | + |
214 | 212 | |
215 | 213 | |
216 | 214 | |
| ||
297 | 295 | |
298 | 296 | |
299 | 297 | |
| 298 | + |
| 299 | + |
300 | 300 | |
301 | 301 | |
302 | 302 | |
| ||
320 | 320 | |
321 | 321 | |
322 | 322 | |
| 323 | + |
323 | 324 | |
324 | 325 | |
325 | 326 | |
|
Collapse file
src/Symfony/Component/Routing/RouteCollection.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/RouteCollection.php+38-5Lines changed: 38 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
35 | 35 | |
36 | 36 | |
37 | 37 | |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
38 | 43 | |
39 | 44 | |
40 | 45 | |
| ||
53 | 58 | |
54 | 59 | |
55 | 60 | |
56 | | - |
| 61 | + |
57 | 62 | |
58 | 63 | |
59 | 64 | |
| ||
66 | 71 | |
67 | 72 | |
68 | 73 | |
69 | | - |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
70 | 78 | |
71 | | - |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
72 | 84 | |
73 | 85 | |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
74 | 90 | |
75 | 91 | |
76 | 92 | |
| ||
80 | 96 | |
81 | 97 | |
82 | 98 | |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
83 | 107 | |
84 | 108 | |
85 | 109 | |
| ||
101 | 125 | |
102 | 126 | |
103 | 127 | |
104 | | - |
| 128 | + |
105 | 129 | |
106 | 130 | |
107 | 131 | |
| ||
114 | 138 | |
115 | 139 | |
116 | 140 | |
117 | | - |
| 141 | + |
118 | 142 | |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
119 | 147 | |
120 | 148 | |
121 | 149 | |
| ||
147 | 175 | |
148 | 176 | |
149 | 177 | |
| 178 | + |
150 | 179 | |
151 | 180 | |
152 | 181 | |
153 | 182 | |
154 | 183 | |
155 | 184 | |
| 185 | + |
| 186 | + |
| 187 | + |
156 | 188 | |
157 | 189 | |
158 | 190 | |
| 191 | + |
159 | 192 | |
160 | 193 | |
161 | 194 | |
|
Collapse file
src/Symfony/Component/Routing/Tests/Fixtures/AnnotationFixtures/MethodActionControllers.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/AnnotationFixtures/MethodActionControllers.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
17 | 17 | |
18 | 18 | |
19 | 19 | |
20 | | - |
| 20 | + |
21 | 21 | |
22 | 22 | |
23 | 23 | |
|
Collapse file
src/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
144 | 144 | |
145 | 145 | |
146 | 146 | |
147 | | - |
| 147 | + |
148 | 148 | |
149 | 149 | |
150 | 150 | |
| ||
178 | 178 | |
179 | 179 | |
180 | 180 | |
181 | | - |
| 181 | + |
182 | 182 | |
183 | 183 | |
184 | 184 | |
|
Collapse file
src/Symfony/Component/Routing/Tests/RouteCollectionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/RouteCollectionTest.php+33Lines changed: 33 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
330 | 330 | |
331 | 331 | |
332 | 332 | |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
| 350 | + |
| 351 | + |
| 352 | + |
| 353 | + |
| 354 | + |
| 355 | + |
| 356 | + |
| 357 | + |
| 358 | + |
| 359 | + |
| 360 | + |
| 361 | + |
| 362 | + |
| 363 | + |
| 364 | + |
| 365 | + |
333 | 366 | |
0 commit comments