class KernelForOverrideName in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/Tests/Fixtures/KernelForOverrideName.php \Symfony\Component\HttpKernel\Tests\Fixtures\KernelForOverrideName
Hierarchy
- class \Symfony\Component\HttpKernel\Kernel implements KernelInterface, TerminableInterface
- class \Symfony\Component\HttpKernel\Tests\Fixtures\KernelForOverrideName
Expanded class hierarchy of KernelForOverrideName
1 file declares its use of KernelForOverrideName
- KernelTest.php in vendor/
symfony/ http-kernel/ Tests/ KernelTest.php
File
- vendor/
symfony/ http-kernel/ Tests/ Fixtures/ KernelForOverrideName.php, line 17
Namespace
Symfony\Component\HttpKernel\Tests\FixturesView source
class KernelForOverrideName extends Kernel {
protected $name = 'overridden';
public function registerBundles() {
}
public function registerContainerConfiguration(LoaderInterface $loader) {
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
HttpKernelInterface:: |
constant | |||
HttpKernelInterface:: |
constant | |||
Kernel:: |
protected | property | ||
Kernel:: |
protected | property | ||
Kernel:: |
protected | property | ||
Kernel:: |
protected | property | ||
Kernel:: |
protected | property | ||
Kernel:: |
protected | property | ||
Kernel:: |
protected | property | ||
Kernel:: |
protected | property | ||
Kernel:: |
protected | property | ||
Kernel:: |
public | function |
Boots the current kernel. Overrides KernelInterface:: |
|
Kernel:: |
protected | function | Builds the service container. | |
Kernel:: |
protected | function | ||
Kernel:: |
protected | function | Dumps the service container to PHP code in the cache. | |
Kernel:: |
constant | |||
Kernel:: |
constant | |||
Kernel:: |
constant | |||
Kernel:: |
public | function |
Returns a bundle and optionally its descendants by its name. Overrides KernelInterface:: |
|
Kernel:: |
public | function |
Gets the registered bundle instances. Overrides KernelInterface:: |
1 |
Kernel:: |
public | function |
Gets the cache directory. Overrides KernelInterface:: |
|
Kernel:: |
public | function |
Gets the charset of the application. Overrides KernelInterface:: |
|
Kernel:: |
public | function |
Gets the current container. Overrides KernelInterface:: |
|
Kernel:: |
protected | function | Gets the container's base class. | |
Kernel:: |
protected | function | Gets a new ContainerBuilder instance used to build the service container. | |
Kernel:: |
protected | function | Gets the container class. | |
Kernel:: |
protected | function | Returns a loader for the container. | |
Kernel:: |
public | function |
Gets the environment. Overrides KernelInterface:: |
|
Kernel:: |
protected | function | Gets the environment parameters. | |
Kernel:: |
protected | function | Gets a HTTP kernel from the container. | |
Kernel:: |
protected | function | Returns the kernel parameters. | |
Kernel:: |
public | function |
Gets the log directory. Overrides KernelInterface:: |
|
Kernel:: |
public | function |
Gets the name of the kernel. Overrides KernelInterface:: |
1 |
Kernel:: |
public | function |
Gets the application root dir. Overrides KernelInterface:: |
|
Kernel:: |
public | function |
Gets the request start time (not available if debug is disabled). Overrides KernelInterface:: |
|
Kernel:: |
public | function |
Handles a Request to convert it to a Response. Overrides HttpKernelInterface:: |
|
Kernel:: |
public | function | ||
Kernel:: |
protected | function | Initializes the data structures related to the bundle management. | |
Kernel:: |
protected | function | Initializes the service container. | |
Kernel:: |
public | function |
Overrides KernelInterface:: |
|
Kernel:: |
public | function |
Checks if debug mode is enabled. Overrides KernelInterface:: |
|
Kernel:: |
public | function | Loads the PHP class cache. | |
Kernel:: |
public | function |
Overrides KernelInterface:: |
|
Kernel:: |
constant | |||
Kernel:: |
constant | |||
Kernel:: |
protected | function | Prepares the ContainerBuilder before it is compiled. | |
Kernel:: |
constant | |||
Kernel:: |
public | function | ||
Kernel:: |
public | function | Used internally. | |
Kernel:: |
public | function |
Shutdowns the kernel. Overrides KernelInterface:: |
|
Kernel:: |
public static | function | Removes comments from a PHP source string. | |
Kernel:: |
public | function |
Terminates a request/response cycle. Overrides TerminableInterface:: |
|
Kernel:: |
public | function | ||
Kernel:: |
constant | |||
Kernel:: |
constant | |||
Kernel:: |
public | function | ||
Kernel:: |
public | function | Constructor. | |
KernelForOverrideName:: |
protected | property |
Overrides Kernel:: |
|
KernelForOverrideName:: |
public | function |
Returns an array of bundles to register. Overrides KernelInterface:: |
|
KernelForOverrideName:: |
public | function |
Loads the container configuration. Overrides KernelInterface:: |