Skip to content

Commit 006d4ff

Browse files
committed
Merge branch '3.0' into 3.1
2 parents aae630a + fcbe902 commit 006d4ff

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

components/dependency_injection/compilation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ methods described in :doc:`/service_container/definitions`.
359359

360360
A common use-case of compiler passes is to search for all service definitions
361361
that have a certain tag in order to process dynamically plug each into some
362-
other service. See the section on :ref:`service tags <components-di-compiler-pass-tags>`
362+
other service. See the section on :ref:`service tags <service-container-compiler-pass-tags>`
363363
for an example.
364364

365365
.. _components-di-separate-compiler-passes:

form/data_transformers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ Define the form type as a service in your configuration files.
335335
.. tip::
336336

337337
For more information about defining form types as services, read
338-
:ref:`register your form type as a service <form-as-services>`.
338+
:doc:`register your form type as a service </form/form_dependencies>`.
339339

340340
Now, you can easily use your ``TaskType``::
341341

form/rendering.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ the other functions do?
4242

4343
The majority of the work is done by the ``form_row`` helper, which renders
4444
the label, errors and HTML form widget of each field inside a ``div`` tag by
45-
default. In the :ref:`form-theming` section, you'll learn how the ``form_row``
45+
default. In the :doc:`/form/form_themes` section, you'll learn how the ``form_row``
4646
output can be customized on many different levels.
4747

4848
.. tip::

form/use_empty_data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The point is, you can set ``empty_data`` to the exact "new" object that you want
6868
.. tip::
6969

7070
In order to pass arguments to the ``BlogType`` constructor, you'll need to
71-
:ref:`register it as a service and tag with form.type <form-as-services>`.
71+
:doc:`register it as a service and tag with form.type </form/form_dependencies>`.
7272

7373
Option 2: Provide a Closure
7474
---------------------------

reference/configuration/framework.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ resources
11281128

11291129
A list of all resources for form theming in PHP. This setting is not required
11301130
if you're using the Twig format for your templates, in that case refer to
1131-
:ref:`the form book chapter <forms-theming-twig>`.
1131+
:ref:`the form book chapter <book-forms-theming-twig>`.
11321132

11331133
Assume you have custom global form themes in
11341134
``src/WebsiteBundle/Resources/views/Form``, you can configure this like:
@@ -1189,7 +1189,7 @@ Assume you have custom global form themes in
11891189

11901190
.. seealso::
11911191

1192-
See :ref:`forms-theming-global` for more information.
1192+
See :ref:`book-forms-theming-global` for more information.
11931193

11941194
.. _reference-templating-cache:
11951195

service_container/tags.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ Notice that each service was given a tag named ``app.mail_transport``. This is
189189
the custom tag that you'll use in your compiler pass. The compiler pass is what
190190
makes this tag "mean" something.
191191

192+
.. _service-container-compiler-pass-tags:
193+
192194
Create a Compiler Pass
193195
~~~~~~~~~~~~~~~~~~~~~~
194196

0 commit comments

Comments
 (0)