8000 [Runtime] Init Runtime component by Nyholm · Pull Request #15081 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Runtime] Init Runtime component #15081

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 7, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Ondřej Frei <37588173+freiondrej@users.noreply.github.com>
  • Loading branch information
2 people authored and wouterj committed Apr 7, 2021
commit e7bacf17fae9eee8223b24a302bd1695ffefe913
2 changes: 1 addition & 1 deletion components/runtime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ the autoload files since the component includes a composer plugin. The ``autoloa
will instantiate a :class:`Symfony\\Component\\Runtime\\RuntimeInterface`, its job
is to take the callable and resolve the arguments (``array $context``). Then it calls
the callable to get the application ``App\Kernel``. At last it will run the application,
ie calling ``$kernel->handle(Request::createFromGlobals())->send()``.
i.e. calling ``$kernel->handle(Request::createFromGlobals())->send()``.

To make a console application, the same bootstrap code would look like::

Expand Down
0