[HttpKernel] Missing documentation about HttpKernel Extension #4492
Labels
actionable
Clear and specific issues ready for anyone to take them.
hasPR
A Pull Request has already been submitted for this issue.
Recently I've made a PR for the
SecurityComponent
to remove theSecurityContext
in 3.0. I found something in theSecurityExtension
that caught my eye:I've never seen this method before so I went on searching for it. It seems like the HttpKernel component has a custom Extension that adds this method and the
SecurityExtension
extends this. It seems like this makes it possible to add the contents of the classes toclasses.php
in your cache directory.When I was looking for documentation, I couldn't find any. I was expecting it to be on at least one of the following pages:
Should this be a feature that's documented? If that's the case, I can take a look at how it exactly works, implement it and write down when you should or should not add classes to this list.
The text was updated successfully, but these errors were encountered: