8000 minor #12677 Removed the docs about Debug (wouterj) · symfony/symfony-docs@8856e20 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8856e20

Browse files
committed
minor #12677 Removed the docs about Debug (wouterj)
This PR was merged into the 3.4 branch. Discussion ---------- Removed the docs about Debug The doc does nothing more than showing a `composer install` command and linking to a class on github. #SymfonyHackathon Commits ------- bd47ded Removed the Debug component
2 parents 616f243 + bd47ded commit 8856e20

File tree

5 files changed

+12
-97
lines changed

5 files changed

+12
-97
lines changed

_build/redirection_map

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,3 +368,4 @@
368368
/introduction/from_flat_php_to_symfony2 /introduction/from_flat_php_to_symfony
369369
/contributing/c 10000 ommunity/other /contributing/community
370370
/setup/composer /setup
371+
/components/debug https://github.com/symfony/debug

components/class_loader.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ Additionally, the Symfony ClassLoader component ships with a wrapper class
3434
which makes it possible
3535
:doc:`to cache the results of a class loader </components/class_loader/cache_class_loader>`.
3636

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.
4141

4242
Installation
4343
------------
@@ -68,6 +68,7 @@ Learn More
6868

6969
class_loader/cache_class_loader
7070

71+
.. _Debug component: https://github.com/symfony/debug
7172
.. _PSR-0: https://www.php-fig.org/psr/psr-0/
7273
.. _PSR-4: https://www.php-fig.org/psr/psr-4/
7374
.. _`autoloading mechanism`: https://php.net/manual/en/language.oop5.autoload.php

components/class_loader/debug_class_loader.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Debugging a Class Loader
33

44
.. caution::
55

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.

components/debug.rst

Lines changed: 0 additions & 89 deletions
This file was deleted.

configuration/front_controllers_and_kernel.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ to `decorate`_ the kernel with additional features. Examples include:
4646
* Adding HTTP level caching by wrapping the kernel with an instance of
4747
:ref:`AppCache <symfony-gateway-cache>`;
4848
* Enabling (or skipping) the :doc:`ClassCache </debug/debugging>`;
49-
* Enabling the :doc:`Debug Component </components/debug>`.
49+
* Enabling the `Debug component`_.
5050

5151
The front controller can be chosen by requesting URLs like:
5252

@@ -158,6 +158,7 @@ loading the ``app/config/config_*environment*.yml`` file. You are free to
158158
implement this method differently if you need a more sophisticated way of
159159
loading your configuration.
160160

161+
.. _Debug component: https://github.com/symfony/debug
161162
.. _front controller: https://en.wikipedia.org/wiki/Front_Controller_pattern
162163
.. _Symfony Standard Edition: https://github.com/symfony/symfony-standard
163164
.. _app.php: https://github.com/symfony/symfony-standard/blob/master/web/app.php

0 commit comments

Comments
 (0)
0