Component\HttpKernel\CacheWarmer

Classes CacheWarmer Abstract cache warmer that knows how to write a file to the cache. CacheWarmerAggregate Aggregates several cache warmers into a single one. Interfaces CacheWarmerInterface Interface for classes able to warm up the cache. WarmableInterface Interface for classes that support warming their cache.

Component\HttpKernel\Bundle

Classes Bundle An implementation of BundleInterface that adds a few conventions for DependencyInjection extensions and Console commands. Interfaces BundleInterface BundleInterface.

Component\HttpKernel\Config

Classes FileLocator FileLocator uses the KernelInterface to locate resources in bundles.

Component\HttpKernel\ControllerMetadata

Classes ArgumentMetadata Responsible for storing metadata of an argument. ArgumentMetadataFactory Builds {see ArgumentMetadata} objects based on the given Controller. Interfaces ArgumentMetadataFactoryInterface Builds method argument data.

Component\HttpKernel\CacheClearer

Classes ChainCacheClearer ChainCacheClearer. Interfaces CacheClearerInterface CacheClearerInterface.

Component\HttpKernel\Controller

Classes ControllerReference Acts as a marker and a data holder for a Controller. ControllerResolver ControllerResolver. TraceableControllerResolver TraceableControllerResolver. Interfaces ControllerResolverInterface A ControllerResolverInterface implementation knows how to determine the controller to execute based on a Request object.

Component\HttpKernel

Namespaces Symfony\Component\HttpKernel\BundleSymfony\Component\HttpKernel\CacheClearerSymfony\Component\HttpKernel\CacheWarmerSymfony\Component\HttpKernel\ConfigSymfony\Component\HttpKernel\ControllerSymfony\Component\HttpKernel\DataCollectorSymfony\Component\HttpKernel\DebugSymfony\Component\HttpKernel\DependencyInjectionSymfony\Component\HttpKernel\EventSymfony\Component\HttpKernel\EventListenerSymfony\Component\HttpKernel\ExceptionSymfony\Component\HttpKernel\FragmentSymfony\Component\Http

Component\HttpFoundation\Session\Storage

Namespaces Symfony\Component\HttpFoundation\Session\Storage\HandlerSymfony\Component\HttpFoundation\Session\Storage\Proxy Classes MetadataBag Metadata container. MockArraySessionStorage MockArraySessionStorage mocks the session for unit tests. MockFileSessionStorage MockFileSessionStorage is used to mock sessions for functional testing when done in a single PHP process. NativeSessionStorage This provides a base class for session attribute storage. PhpBridgeSessionStorage Al

Component\HttpFoundation\Session\Storage\Proxy

Classes AbstractProxy AbstractProxy. NativeProxy NativeProxy. SessionHandlerProxy SessionHandler proxy.

Component\HttpFoundation\Session\Storage\Handler

Classes MemcacheSessionHandler MemcacheSessionHandler. MemcachedSessionHandler MemcachedSessionHandler. MongoDbSessionHandler MongoDB session handler NativeFileSessionHandler NativeFileSessionHandler. NativeSessionHandler NullSessionHandler NullSessionHandler. PdoSessionHandler PdoSessionHandler.