Classes, traits, and interfaces

Primary tabs

Name Type Namespace Locationsort descending Description Direct uses Use statements Strings
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
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
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
DebugLoggerInterface interface Symfony\Component\HttpKernel\Log drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php DebugLoggerInterface. 1 3
LoggerInterface interface Symfony\Component\HttpKernel\Log drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/LoggerInterface.php LoggerInterface. 2 11
NullLogger class Symfony\Component\HttpKernel\Log drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/NullLogger.php NullLogger.
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
FileProfilerStorage class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php Storage for profiler using files. 1
MemcachedProfilerStorage class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcachedProfilerStorage.php Memcached Profiler Storage 1
MemcacheProfilerStorage class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcacheProfilerStorage.php Memcache Profiler Storage 1
MongoDbProfilerStorage class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php 1 1
MysqlProfilerStorage class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MysqlProfilerStorage.php A ProfilerStorage for Mysql
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
Profile class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php Profile. 5
Profiler class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profiler.php Profiler. 3
ProfilerStorageInterface interface Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php ProfilerStorageInterface. 5 1
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
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
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
BundleTest class Symfony\Component\HttpKernel\Tests\Bundle drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Bundle/BundleTest.php
ChainCacheClearerTest class Symfony\Component\HttpKernel\Tests\CacheClearer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheClearer/ChainCacheClearerTest.php
CacheWarmerAggregateTest class Symfony\Component\HttpKernel\Tests\CacheWarmer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerAggregateTest.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
ClientTest class Symfony\Component\HttpKernel\Tests drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/ClientTest.php
ControllerResolverTest class Symfony\Component\HttpKernel\Tests drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.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
EventDataCollectorTest class Symfony\Component\HttpKernel\Tests\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/EventDataCollectorTest.php
ExceptionDataCollectorTest class Symfony\Component\HttpKernel\Tests\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/ExceptionDataCollectorTest.php
LoggerDataCollectorTest class Symfony\Component\HttpKernel\Tests\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php
MemoryDataCollectorTest class Symfony\Component\HttpKernel\Tests\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/MemoryDataCollectorTest.php
RequestDataCollectorTest class Symfony\Component\HttpKernel\Tests\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php
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
ErrorHandlerTest class Symfony\Component\HttpKernel\Tests\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/ErrorHandlerTest.php ErrorHandlerTest
ExceptionHandlerTest class Symfony\Component\HttpKernel\Tests\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/ExceptionHandlerTest.php
StopwatchEventTest class Symfony\Component\HttpKernel\Tests\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/StopwatchEventTest.php StopwatchEventTest
StopwatchTest class Symfony\Component\HttpKernel\Tests\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/StopwatchTest.php StopwatchTest
MergeExtensionConfigurationPassTest class Symfony\Component\HttpKernel\Tests drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DependencyInjection/MergeExtensionConfigurationPassTest.php
EsiListenerTest class Symfony\Component\HttpKernel\Tests\EventListener drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/EsiListenerTest.php
ExceptionListenerTest class Symfony\Component\HttpKernel\Tests\EventListener drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ExceptionListenerTest.php ExceptionListenerTest
TestLogger class Symfony\Component\HttpKernel\Tests\EventListener drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ExceptionListenerTest.php
TestKernel class Symfony\Component\HttpKernel\Tests\EventListener drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ExceptionListenerTest.php
TestKernelThatThrowsException class Symfony\Component\HttpKernel\Tests\EventListener drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ExceptionListenerTest.php
LocaleListenerTest class Symfony\Component\HttpKernel\Tests\EventListener drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php
ResponseListenerTest class Symfony\Component\HttpKernel\Tests\EventListener drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ResponseListenerTest.php
RouterListenerTest class Symfony\Component\HttpKernel\Tests\EventListener drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php
FlattenExceptionTest class Symfony\Component\HttpKernel\Tests\Exception drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Exception/FlattenExceptionTest.php
ExtensionAbsentBundle class Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionAbsentBundle drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionAbsentBundle/ExtensionAbsentBundle.php 1

Pages

Other projects