This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/symfony/http-kernel
2017-02-02 16:28:38 -08:00
..
Bundle Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes 2016-04-20 09:56:49 -07:00
CacheClearer Update to Drupal 8.2.6. For more information, see https://www.drupal.org/project/drupal/releases/8.2.6 2017-02-02 16:28:38 -08:00
CacheWarmer Update to Drupal 8.2.6. For more information, see https://www.drupal.org/project/drupal/releases/8.2.6 2017-02-02 16:28:38 -08:00
Config Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes 2016-04-20 09:56:49 -07:00
Controller Update to Drupal 8.2.6. For more information, see https://www.drupal.org/project/drupal/releases/8.2.6 2017-02-02 16:28:38 -08:00
DataCollector Update to Drupal 8.2.6. For more information, see https://www.drupal.org/project/drupal/releases/8.2.6 2017-02-02 16:28:38 -08:00
Debug Update to drupal 8.0.0-rc1. For more information, see https://www.drupal.org/node/2582663 2015-10-08 15:13:01 -07:00
DependencyInjection Update to Drupal 8.2.6. For more information, see https://www.drupal.org/project/drupal/releases/8.2.6 2017-02-02 16:28:38 -08:00
Event Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes 2016-04-20 09:56:49 -07:00
EventListener Update to Drupal 8.2.6. For more information, see https://www.drupal.org/project/drupal/releases/8.2.6 2017-02-02 16:28:38 -08:00
Exception Update to drupal 8.0.0-rc1. For more information, see https://www.drupal.org/node/2582663 2015-10-08 15:13:01 -07:00
Fragment Update to Drupal 8.2.6. For more information, see https://www.drupal.org/project/drupal/releases/8.2.6 2017-02-02 16:28:38 -08:00
HttpCache Update to Drupal 8.2.6. For more information, see https://www.drupal.org/project/drupal/releases/8.2.6 2017-02-02 16:28:38 -08:00
Log Update to Drupal 8.0-dev-2015-11-17. Commits through da81cd220, Tue Nov 17 15:53:49 2015 +0000, Issue #2617224 by Wim Leers: Move around/fix some documentation. 2015-11-17 16:48:54 -08:00
Profiler Update to Drupal 8.2.6. For more information, see https://www.drupal.org/project/drupal/releases/8.2.6 2017-02-02 16:28:38 -08:00
.gitignore Update to drupal 8.0.0-rc1. For more information, see https://www.drupal.org/node/2582663 2015-10-08 15:13:01 -07:00
CHANGELOG.md Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes 2016-04-20 09:56:49 -07:00
Client.php Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes 2016-04-20 09:56:49 -07:00
composer.json Update to Drupal 8.2.6. For more information, see https://www.drupal.org/project/drupal/releases/8.2.6 2017-02-02 16:28:38 -08:00
HttpKernel.php Update to Drupal 8.2.6. For more information, see https://www.drupal.org/project/drupal/releases/8.2.6 2017-02-02 16:28:38 -08:00
HttpKernelInterface.php Update to Drupal 8.0-dev-2015-11-17. Commits through da81cd220, Tue Nov 17 15:53:49 2015 +0000, Issue #2617224 by Wim Leers: Move around/fix some documentation. 2015-11-17 16:48:54 -08:00
Kernel.php Update to Drupal 8.2.6. For more information, see https://www.drupal.org/project/drupal/releases/8.2.6 2017-02-02 16:28:38 -08:00
KernelEvents.php Update to Drupal 8.2.6. For more information, see https://www.drupal.org/project/drupal/releases/8.2.6 2017-02-02 16:28:38 -08:00
KernelInterface.php Update to Drupal 8.2.6. For more information, see https://www.drupal.org/project/drupal/releases/8.2.6 2017-02-02 16:28:38 -08:00
LICENSE Update to Drupal 8.2.6. For more information, see https://www.drupal.org/project/drupal/releases/8.2.6 2017-02-02 16:28:38 -08:00
phpunit.xml.dist Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes 2016-04-20 09:56:49 -07:00
README.md Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes 2016-04-20 09:56:49 -07:00
TerminableInterface.php Update to Drupal 8.0-dev-2015-11-17. Commits through da81cd220, Tue Nov 17 15:53:49 2015 +0000, Issue #2617224 by Wim Leers: Move around/fix some documentation. 2015-11-17 16:48:54 -08:00
UriSigner.php Update to Drupal 8.2.6. For more information, see https://www.drupal.org/project/drupal/releases/8.2.6 2017-02-02 16:28:38 -08:00

HttpKernel Component

The HttpKernel component provides a structured process for converting a Request into a Response by making use of the EventDispatcher component. It's flexible enough to create a full-stack framework (Symfony), a micro-framework (Silex) or an advanced CMS system (Drupal).

Resources