Skip to content

Commit d447deb

Browse files
committed
minor #7383 Added a note about not using the ClassLoader component (javiereguiluz)
This PR was squashed before being merged into the 2.7 branch (closes #7383). Discussion ---------- Added a note about not using the ClassLoader component This fixes #5949. The component will be deprecated soon, so I guess it's OK to start warning our users. Commits ------- e96cbf8 Added a note about not using the ClassLoader component
2 parents 67cdaae + e96cbf8 commit d447deb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/class_loader.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ The ClassLoader Component
77
The ClassLoader component provides tools to autoload your classes and
88
cache their locations for performance.
99

10+
.. caution::
11+
12+
The ClassLoader component was deprecated in Symfony 3.3 and it will be
13+
removed in 4.0. Alternatively, use Composer's class loading mechanism.
14+
1015
Usage
1116
-----
1217

0 commit comments

Comments
 (0)