Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1f73a5b

Browse filesBrowse 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
Copy full SHA for 1f73a5b

File tree

Expand file treeCollapse file tree

1 file changed

+5
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-3
lines changed

‎reference/dic_tags.rst

Copy file name to clipboardExpand all lines: reference/dic_tags.rst
+5-3Lines changed: 5 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.