interface KernelInterface implements HttpKernelInterface, Serializable
The Kernel is the heart of the Symfony system. It manages an environment made of bundles.
Methods
Response handle(Request $request, int $type = self::MASTER_REQUEST, bool $catch = true) Handles a Request to convert it to a Response. from HttpKernelInterface BundleInterface[] registerBundles() Returns an array of bundles to register.
registerContainerConfiguration(LoaderInterface $loader) Loads the container c