Skip to content

Commit 1f73a5b

Browse files
committed
minor #9273 ExtractorInterface instead of Extractor (page not found) (Guikingone, javiereguiluz)
This PR was merged into the 2.7 branch. Discussion ---------- ExtractorInterface instead of Extractor (page not found) Commits ------- 2bd34ad Created a new reference 03115e5 Fixed the cross reference ebcde09 fix(Extractor): ExtractorInterface called
2 parents 53334e3 + 2bd34ad commit 1f73a5b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

reference/dic_tags.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -1142,6 +1142,8 @@ file, but it might either be blank or contain a little bit of information
11421142
about loading those resources from the database. The file is key to trigger
11431143
the ``load()`` method on your custom loader.
11441144

1145+
.. _reference-dic-tags-translation-extractor:
1146+
11451147
translation.extractor
11461148
---------------------
11471149

@@ -1226,9 +1228,9 @@ translation.dumper
12261228

12271229
**Purpose**: To register a custom service that dumps messages to a file
12281230

1229-
After an `Extractor <translation.extractor>`_ has extracted all messages
1230-
from the templates, the dumpers are executed to dump the messages to a
1231-
translation file in a specific format.
1231+
After a :ref:`translation extractor <reference-dic-tags-translation-extractor>`
1232+
has extracted all messages from the templates, the dumpers are executed to dump
1233+
the messages to a translation file in a specific format.
12321234

12331235
Symfony already comes with many dumpers:
12341236

0 commit comments

Comments
 (0)