File tree Expand file tree Collapse file tree
user_guide_src/source/general Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ There are two ways to implement a Registrar: implicit and explicit.
288288Implicit Registrars
289289===================
290290
291- Any namespace may define registrars by using the **Config/Registrar.php ** file, if discovery
291+ Any namespace may define registrars by using the **Config/Registrar.php ** file, if :ref: ` auto- discovery`
292292is enabled in :doc: `Modules </general/modules >`. These files are classes whose methods are
293293named for each configuration class you wish to extend. For example, a third-party module might
294294wish to supply an additional template to ``Pager `` without overwriting whatever a develop has
Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ your classes. All we need to do is provide the list of paths to those files and
7373
7474.. literalinclude :: modules/002.php
7575
76+ .. _auto-discovery :
77+
7678**************
7779Auto-Discovery
7880**************
@@ -83,7 +85,7 @@ file types, including:
8385
8486- :doc: `Events <../extending/events >`
8587- :doc: `Filters <../incoming/filters >`
86- - :doc: ` Registrars < ./configuration > `
88+ - :ref: ` registrars `
8789- :doc: `Route files <../incoming/routing >`
8890- :doc: `Services <../concepts/services >`
8991
You can’t perform that action at this time.
0 commit comments