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 bd47ded

Browse filesBrowse files
committed
Removed the Debug component
1 parent 6c67c6e commit bd47ded
Copy full SHA for bd47ded

File tree

Expand file treeCollapse file tree

5 files changed

+12
-97
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+12
-97
lines changed

‎_build/redirection_map

Copy file name to clipboardExpand all lines: _build/redirection_map
+1Lines 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/community/other /contributing/community
370370
/setup/composer /setup
371+
/components/debug https://github.com/symfony/debug

‎components/class_loader.rst

Copy file name to clipboardExpand all lines: components/class_loader.rst
+5-4Lines 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

Copy file name to clipboardExpand all lines: components/class_loader/debug_class_loader.rst
+4-3Lines 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

Copy file name to clipboardExpand all lines: components/debug.rst
-89Lines changed: 0 additions & 89 deletions
This file was deleted.

‎configuration/front_controllers_and_kernel.rst

Copy file name to clipboardExpand all lines: configuration/front_controllers_and_kernel.rst
+2-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.