Commit 4a1d96d
committed
minor #20278 [Scheduler] Add example about how to pass arguments to a Symfony command (W0rma)
This PR was merged into the 6.4 branch.
Discussion
----------
[Scheduler] Add example about how to pass arguments to a Symfony command
We recently wanted to pass arguments to a Symfony command which is configured for the scheduler component with the `#[AsPeriodicTask]` attribute.
The syntax mentioned in symfony/symfony#51525 (comment) worked.
This PR adds an example to the docs.
Commits
-------
fc90d83 [Scheduler] Add example about how to pass arguments to a Symfony command1 file changed
+28
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
476 | 490 | | |
477 | 491 | | |
478 | 492 | | |
| |||
522 | 536 | | |
523 | 537 | | |
524 | 538 | | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
525 | 553 | | |
526 | 554 | | |
527 | 555 | | |
| |||
0 commit comments