We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9576bc1 commit e96cbf8Copy full SHA for e96cbf8
components/class_loader.rst
@@ -7,6 +7,11 @@ The ClassLoader Component
7
The ClassLoader component provides tools to autoload your classes and
8
cache their locations for performance.
9
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
15
Usage
16
-----
17
0 commit comments