Classes, traits, and interfaces

Primary tabs

Name Type Namespacesort descending Location Description Direct uses Use statements Strings
MockArraySessionStorageTest class Symfony\Component\HttpFoundation\Tests\Session\Storage drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockArraySessionStorageTest.php Test class for MockArraySessionStorage.
MetadataBagTest class Symfony\Component\HttpFoundation\Tests\Session\Storage drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MetadataBagTest.php Test class for MetadataBag.
NativeSessionStorageTest class Symfony\Component\HttpFoundation\Tests\Session\Storage drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php Test class for NativeSessionStorage.
PdoSessionHandlerTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php
MongoDbSessionHandlerTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php @author Markus Bachmann <markus.bachmann@bachi.biz>
NativeSessionHandlerTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeSessionHandlerTest.php Test class for NativeSessionHandler.
NativeFileSessionHandlerTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeFileSessionHandlerTest.php Test class for NativeFileSessionHandler.
MemcacheddSessionHandlerTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php
NullSessionStorageTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php Test class for NullSessionHandler.
MemcacheSessionHandlerTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcacheSessionHandlerTest.php
NativeProxyTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Proxy drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/NativeProxyTest.php Test class for NativeProxy.
SessionHandlerProxyTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Proxy drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php Tests for SessionHandlerProxy class.
ConcreteProxy class Symfony\Component\HttpFoundation\Tests\Session\Storage\Proxy drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php
ConcreteSessionHandlerInterfaceProxy class Symfony\Component\HttpFoundation\Tests\Session\Storage\Proxy drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php
AbstractProxyTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Proxy drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php Test class for AbstractProxy.
KernelEvents final class Symfony\Component\HttpKernel drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelEvents.php Contains all events thrown in the HttpKernel component 25
HttpKernel class Symfony\Component\HttpKernel drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php HttpKernel notifies events to convert a Request object to a Response one. 4 6
Client class Symfony\Component\HttpKernel drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Client.php Client simulates a browser and makes requests to a Kernel object. 1 2
TerminableInterface interface Symfony\Component\HttpKernel drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/TerminableInterface.php Terminable extends the Kernel request/response cycle with dispatching a post response event after sending the response and before shutting down the kernel. 3 2
HttpKernelInterface interface Symfony\Component\HttpKernel drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernelInterface.php HttpKernelInterface handles a Request to convert it to a Response. 5 35
KernelInterface interface Symfony\Component\HttpKernel drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelInterface.php The Kernel is the heart of the Symfony system. 2 4
Kernel abstract class Symfony\Component\HttpKernel drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php The Kernel is the heart of the Symfony system. 4 7
Bundle abstract class Symfony\Component\HttpKernel\Bundle drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/Bundle.php An implementation of BundleInterface that adds a few conventions for DependencyInjection extensions and Console commands. 21 23
BundleInterface interface Symfony\Component\HttpKernel\Bundle drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/BundleInterface.php BundleInterface. 1 2
CacheClearerInterface interface Symfony\Component\HttpKernel\CacheClearer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php CacheClearerInterface. 1 1
ChainCacheClearer class Symfony\Component\HttpKernel\CacheClearer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheClearer/ChainCacheClearer.php ChainCacheClearer. 1
WarmableInterface interface Symfony\Component\HttpKernel\CacheWarmer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/WarmableInterface.php Interface for classes that support warming their cache. 1
CacheWarmerAggregate class Symfony\Component\HttpKernel\CacheWarmer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php Aggregates several cache warmers into a single one. 1
CacheWarmer abstract class Symfony\Component\HttpKernel\CacheWarmer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmer.php Abstract cache warmer that knows how to write a file to the cache. 1 2
CacheWarmerInterface interface Symfony\Component\HttpKernel\CacheWarmer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php Interface for classes able to warm up the cache. 2 1
FileLocator class Symfony\Component\HttpKernel\Config drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Config/FileLocator.php FileLocator uses the KernelInterface to locate resources in bundles. 1
ControllerResolver class Symfony\Component\HttpKernel\Controller drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerResolver.php ControllerResolver. 1 2
ControllerResolverInterface interface Symfony\Component\HttpKernel\Controller drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php A ControllerResolverInterface implementation knows how to determine the controller to execute based on a Request object. 4 5
LoggerDataCollector class Symfony\Component\HttpKernel\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php LogDataCollector. 1
TimeDataCollector class Symfony\Component\HttpKernel\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php TimeDataCollector.
RequestDataCollector class Symfony\Component\HttpKernel\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php RequestDataCollector. 2
DataCollectorInterface interface Symfony\Component\HttpKernel\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php DataCollectorInterface. 1 2
MemoryDataCollector class Symfony\Component\HttpKernel\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php MemoryDataCollector. 1
RouterDataCollector class Symfony\Component\HttpKernel\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php RouterDataCollector.
ConfigDataCollector class Symfony\Component\HttpKernel\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php ConfigDataCollector. 1
ExceptionDataCollector class Symfony\Component\HttpKernel\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php ExceptionDataCollector. 1
DataCollector abstract class Symfony\Component\HttpKernel\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/DataCollector.php DataCollector. 8 3
EventDataCollector class Symfony\Component\HttpKernel\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php EventDataCollector. 1
ErrorHandler class Symfony\Component\HttpKernel\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/ErrorHandler.php ErrorHandler. 2
Stopwatch class Symfony\Component\HttpKernel\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/Stopwatch.php Stopwatch provides a way to profile code. 3
Section class Symfony\Component\HttpKernel\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/Stopwatch.php
ContainerAwareTraceableEventDispatcher class Symfony\Component\HttpKernel\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/ContainerAwareTraceableEventDispatcher.php Extends the ContainerAwareEventDispatcher to add some debugging tools. 1
StopwatchEvent class Symfony\Component\HttpKernel\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/StopwatchEvent.php Represents an Event managed by Stopwatch. 1
ExceptionHandler class Symfony\Component\HttpKernel\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/ExceptionHandler.php ExceptionHandler converts an exception to a Response object. 2
AddClassesToCachePass class Symfony\Component\HttpKernel\DependencyInjection drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/AddClassesToCachePass.php Sets the classes to compile in the cache for the container. 1

Pages

Other projects