Classes, traits, and interfaces

Primary tabs

Name Type Namespace Locationsort ascending Description Direct uses Use statements Strings
StopwatchEventTest class Symfony\Component\HttpKernel\Tests\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/StopwatchEventTest.php StopwatchEventTest
ExceptionHandlerTest class Symfony\Component\HttpKernel\Tests\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/ExceptionHandlerTest.php
ErrorHandlerTest class Symfony\Component\HttpKernel\Tests\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/ErrorHandlerTest.php ErrorHandlerTest
ContainerAwareTraceableEventDispatcherTest class Symfony\Component\HttpKernel\Tests\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/ContainerAwareTraceableEventDispatcherTest.php
StaticClassFixture class Symfony\Component\HttpKernel\Tests\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/ContainerAwareTraceableEventDispatcherTest.php
RequestDataCollectorTest class Symfony\Component\HttpKernel\Tests\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php
MemoryDataCollectorTest class Symfony\Component\HttpKernel\Tests\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/MemoryDataCollectorTest.php
LoggerDataCollectorTest class Symfony\Component\HttpKernel\Tests\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php
ExceptionDataCollectorTest class Symfony\Component\HttpKernel\Tests\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/ExceptionDataCollectorTest.php
EventDataCollectorTest class Symfony\Component\HttpKernel\Tests\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/EventDataCollectorTest.php
ConfigDataCollectorTest class Symfony\Component\HttpKernel\Tests\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php
KernelForTest class Symfony\Component\HttpKernel\Tests\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php
ControllerResolverTest class Symfony\Component\HttpKernel\Tests drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php
ClientTest class Symfony\Component\HttpKernel\Tests drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/ClientTest.php
CacheWarmerTest class Symfony\Component\HttpKernel\Tests\CacheWarmer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerTest.php
TestCacheWarmer class Symfony\Component\HttpKernel\Tests\CacheWarmer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerTest.php
CacheWarmerAggregateTest class Symfony\Component\HttpKernel\Tests\CacheWarmer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerAggregateTest.php
ChainCacheClearerTest class Symfony\Component\HttpKernel\Tests\CacheClearer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheClearer/ChainCacheClearerTest.php
BundleTest class Symfony\Component\HttpKernel\Tests\Bundle drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Bundle/BundleTest.php
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
SqliteProfilerStorage class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/SqliteProfilerStorage.php SqliteProfilerStorage stores profiling information in a SQLite database. 2
RedisProfilerStorage class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php RedisProfilerStorage stores profiling information in Redis. 1
ProfilerStorageInterface interface Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php ProfilerStorageInterface. 5 1
Profiler class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profiler.php Profiler. 3
Profile class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php Profile. 5
PdoProfilerStorage abstract class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php Base PDO storage for profiling information in a PDO database. 2
MysqlProfilerStorage class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MysqlProfilerStorage.php A ProfilerStorage for Mysql
MongoDbProfilerStorage class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php 1 1
MemcacheProfilerStorage class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcacheProfilerStorage.php Memcache Profiler Storage 1
MemcachedProfilerStorage class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcachedProfilerStorage.php Memcached Profiler Storage 1
FileProfilerStorage class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php Storage for profiler using files. 1
BaseMemcacheProfilerStorage abstract class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php Base Memcache storage for profiling information in a Memcache. 2
NullLogger class Symfony\Component\HttpKernel\Log drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/NullLogger.php NullLogger.
LoggerInterface interface Symfony\Component\HttpKernel\Log drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/LoggerInterface.php LoggerInterface. 2 11
DebugLoggerInterface interface Symfony\Component\HttpKernel\Log drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php DebugLoggerInterface. 1 3
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
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
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
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
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
StoreInterface interface Symfony\Component\HttpKernel\HttpCache drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/StoreInterface.php Interface implemented by HTTP cache stores. 1 1
Store class Symfony\Component\HttpKernel\HttpCache drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Store.php Store implements all the logic for storing cache metadata (Request and Response headers). 2
HttpCache class Symfony\Component\HttpKernel\HttpCache drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php Cache provides HTTP caching. 2
EsiResponseCacheStrategyInterface interface Symfony\Component\HttpKernel\HttpCache drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/EsiResponseCacheStrategyInterface.php EsiResponseCacheStrategyInterface implementations know how to compute the Response cache HTTP header based on the different ESI response cache headers. 1
EsiResponseCacheStrategy class Symfony\Component\HttpKernel\HttpCache drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/EsiResponseCacheStrategy.php EsiResponseCacheStrategy knows how to compute the Response cache HTTP header based on the different ESI response cache headers.
Esi class Symfony\Component\HttpKernel\HttpCache drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Esi.php Esi implements the ESI capabilities to Request and Response instances. 4
NotFoundHttpException class Symfony\Component\HttpKernel\Exception drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/NotFoundHttpException.php NotFoundHttpException. 24
MethodNotAllowedHttpException class Symfony\Component\HttpKernel\Exception drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/MethodNotAllowedHttpException.php MethodNotAllowedHttpException. 5
HttpExceptionInterface interface Symfony\Component\HttpKernel\Exception drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/HttpExceptionInterface.php Interface for HTTP error exceptions. 1 4
HttpException class Symfony\Component\HttpKernel\Exception drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/HttpException.php HttpException. 3 2

Pages

Other projects