Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
Commit0b3db8e
committed
minor#20638 [Routing] Add Attribute code examples for alias in
This PR was squashed before being merged into the 7.3 branch.Discussion----------[Routing] Add Attribute code examples for alias in `#[Route]` attributeFixes#20600This one adds code examples to alias route in `#[Route]` attribute. It also add example using `DeprecatedAlias`.I've also added a note to precise `new_route_name` and `original_route_name` meaning, to avoid misunderstanding.cc `@damienfern`Commits-------22cd58e [Routing] Add Attribute code examples for alias in `#[Route]` attribute#[Route]
attribute (welcoMattic)1 file changed
+81
-0
lines changedLines changed: 81 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1342 | 1342 |
| |
1343 | 1343 |
| |
1344 | 1344 |
| |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
| 1361 | + | |
1345 | 1362 |
| |
1346 | 1363 |
| |
1347 | 1364 |
| |
| |||
1378 | 1395 |
| |
1379 | 1396 |
| |
1380 | 1397 |
| |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + | |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
1381 | 1417 |
| |
1382 | 1418 |
| |
1383 | 1419 |
| |
| |||
1418 | 1454 |
| |
1419 | 1455 |
| |
1420 | 1456 |
| |
| 1457 | + | |
| 1458 | + | |
| 1459 | + | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + | |
| 1463 | + | |
| 1464 | + | |
| 1465 | + | |
1421 | 1466 |
| |
1422 | 1467 |
| |
1423 | 1468 |
| |
| |||
1438 | 1483 |
| |
1439 | 1484 |
| |
1440 | 1485 |
| |
| 1486 | + | |
| 1487 | + | |
| 1488 | + | |
| 1489 | + | |
| 1490 | + | |
| 1491 | + | |
| 1492 | + | |
| 1493 | + | |
| 1494 | + | |
| 1495 | + | |
| 1496 | + | |
| 1497 | + | |
| 1498 | + | |
| 1499 | + | |
| 1500 | + | |
| 1501 | + | |
| 1502 | + | |
| 1503 | + | |
| 1504 | + | |
| 1505 | + | |
| 1506 | + | |
| 1507 | + | |
| 1508 | + | |
| 1509 | + | |
| 1510 | + | |
| 1511 | + | |
| 1512 | + | |
| 1513 | + | |
| 1514 | + | |
| 1515 | + | |
| 1516 | + | |
| 1517 | + | |
| 1518 | + | |
| 1519 | + | |
| 1520 | + | |
| 1521 | + | |
1441 | 1522 |
| |
1442 | 1523 |
| |
1443 | 1524 |
| |
|
0 commit comments
Comments
(0)