Drupal investigation

Gogs 1ec4058aa2 Initial configuration 7 yıl önce
..
Bundle 1ec4058aa2 Initial configuration 7 yıl önce
CacheClearer 1ec4058aa2 Initial configuration 7 yıl önce
CacheWarmer 1ec4058aa2 Initial configuration 7 yıl önce
Config 1ec4058aa2 Initial configuration 7 yıl önce
Controller 1ec4058aa2 Initial configuration 7 yıl önce
DataCollector 1ec4058aa2 Initial configuration 7 yıl önce
Debug 1ec4058aa2 Initial configuration 7 yıl önce
DependencyInjection 1ec4058aa2 Initial configuration 7 yıl önce
Event 1ec4058aa2 Initial configuration 7 yıl önce
EventListener 1ec4058aa2 Initial configuration 7 yıl önce
Exception 1ec4058aa2 Initial configuration 7 yıl önce
Fragment 1ec4058aa2 Initial configuration 7 yıl önce
HttpCache 1ec4058aa2 Initial configuration 7 yıl önce
Log 1ec4058aa2 Initial configuration 7 yıl önce
Profiler 1ec4058aa2 Initial configuration 7 yıl önce
.gitignore 1ec4058aa2 Initial configuration 7 yıl önce
CHANGELOG.md 1ec4058aa2 Initial configuration 7 yıl önce
Client.php 1ec4058aa2 Initial configuration 7 yıl önce
HttpKernel.php 1ec4058aa2 Initial configuration 7 yıl önce
HttpKernelInterface.php 1ec4058aa2 Initial configuration 7 yıl önce
Kernel.php 1ec4058aa2 Initial configuration 7 yıl önce
KernelEvents.php 1ec4058aa2 Initial configuration 7 yıl önce
KernelInterface.php 1ec4058aa2 Initial configuration 7 yıl önce
LICENSE 1ec4058aa2 Initial configuration 7 yıl önce
README.md 1ec4058aa2 Initial configuration 7 yıl önce
TerminableInterface.php 1ec4058aa2 Initial configuration 7 yıl önce
UriSigner.php 1ec4058aa2 Initial configuration 7 yıl önce
composer.json 1ec4058aa2 Initial configuration 7 yıl önce
phpunit.xml.dist 1ec4058aa2 Initial configuration 7 yıl önce

README.md

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