File tree Expand file tree Collapse file tree 5 files changed +12
-97
lines changed
Filter options
Expand file tree Collapse file tree 5 files changed +12
-97
lines changed
Original file line number Diff line number Diff line change 368
368
/introduction/from_flat_php_to_symfony2 /introduction/from_flat_php_to_symfony
369
369
/contributing/community/other /contributing/community
370
370
/setup/composer /setup
371
+ /components/debug https://github.com/symfony/debug
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ Additionally, the Symfony ClassLoader component ships with a wrapper class
34
34
which makes it possible
35
35
:doc: `to cache the results of a class loader </components/class_loader/cache_class_loader >`.
36
36
37
- When using the :doc: `Debug component < /components/debug >` , you
38
- can also use a special :ref: ` DebugClassLoader < component-debug-class-loader >`
39
- that eases debugging by throwing more helpful exceptions when a class could
40
- not be found by a class loader.
37
+ When using the `Debug component `_ , you can also use a special
38
+ :class: ` Symfony \\ Component \\ Debug \\ DebugClassLoader` that eases debugging by
39
+ throwing more helpful exceptions when a class could not be found by a class
40
+ loader.
41
41
42
42
Installation
43
43
------------
@@ -68,6 +68,7 @@ Learn More
68
68
69
69
class_loader/cache_class_loader
70
70
71
+ .. _Debug component : https://github.com/symfony/debug
71
72
.. _PSR-0 : https://www.php-fig.org/psr/psr-0/
72
73
.. _PSR-4 : https://www.php-fig.org/psr/psr-4/
73
74
.. _`autoloading mechanism` : https://php.net/manual/en/language.oop5.autoload.php
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Debugging a Class Loader
3
3
4
4
.. caution ::
5
5
6
- The ``DebugClassLoader `` from the ClassLoader component was deprecated
7
- in Symfony 2.5 and removed in Symfony 3.0. Use the
8
- :ref: `DebugClassLoader provided by the Debug component <component-debug-class-loader >`.
6
+ The ``DebugClassLoader `` from the ClassLoader component was deprecated in
7
+ Symfony 2.5 and removed in Symfony 3.0. Use the
8
+ :class: `Symfony\\ Component\\ Debug\\ DebugClassLoader ` provided by the Debug
9
+ component.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ to `decorate`_ the kernel with additional features. Examples include:
46
46
* Adding HTTP level caching by wrapping the kernel with an instance of
47
47
:ref: `AppCache <symfony-gateway-cache >`;
48
48
* Enabling (or skipping) the :doc: `ClassCache </debug/debugging >`;
49
- * Enabling the :doc: `Debug Component < /components/debug >` .
49
+ * Enabling the `Debug component `_ .
50
50
51
51
The front controller can be chosen by requesting URLs like:
52
52
@@ -158,6 +158,7 @@ loading the ``app/config/config_*environment*.yml`` file. You are free to
158
158
implement this method differently if you need a more sophisticated way of
159
159
loading your configuration.
160
160
161
+ .. _Debug component : https://github.com/symfony/debug
161
162
.. _front controller : https://en.wikipedia.org/wiki/Front_Controller_pattern
162
163
.. _Symfony Standard Edition : https://github.com/symfony/symfony-standard
163
164
.. _app.php : https://github.com/symfony/symfony-standard/blob/master/web/app.php
You can’t perform that action at this time.
0 commit comments