Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
12e6ae50
Commit
12e6ae50
authored
May 16, 2016
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed docs
parent
d5c46060
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
doc/providers/twig.rst
doc/providers/twig.rst
+3
-2
doc/services.rst
doc/services.rst
+1
-1
No files found.
doc/providers/twig.rst
View file @
12e6ae50
...
...
@@ -125,7 +125,8 @@ from a template:
.. note::
Read the Twig reference_ for Symfony document to learn more about the various Twig functions
Read the Twig `reference`_ for Symfony document to learn more about the
various Twig functions.
Traits
------
...
...
@@ -167,4 +168,4 @@ You can configure the Twig environment before using it by extending the
For more information, check out the `official Twig documentation
<http://twig.sensiolabs.org>`_.
..
reference_:
: https://symfony.com/doc/current/reference/twig_reference.html#controller
..
_reference_
: https://symfony.com/doc/current/reference/twig_reference.html#controller
doc/services.rst
View file @
12e6ae50
...
...
@@ -206,7 +206,7 @@ Silex defines a range of services.
Request as input and returns a Response as output.
* **request_context**: The request context is a simplified representation of
the request that is used by the Router and the :doc:`UrlGenerator </providers/url_generator
.rst
>`.
the request that is used by the Router and the :doc:`UrlGenerator </providers/url_generator>`.
* **exception_handler**: The Exception handler is the default handler that is
used when you don't register one via the ``error()`` method or if your
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment