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 d447deb

Browse filesBrowse 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
Copy full SHA for d447deb

File tree

1 file changed

+5
-0
lines changed
Filter options

1 file changed

+5
-0
lines changed

‎components/class_loader.rst

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