class KernelForTest in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/symfony/http-kernel/Tests/Fixtures/KernelForTest.php \Symfony\Component\HttpKernel\Tests\Fixtures\KernelForTest
- 8.0 vendor/symfony/http-kernel/Tests/DataCollector/ConfigDataCollectorTest.php \Symfony\Component\HttpKernel\Tests\DataCollector\KernelForTest
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/Tests/DataCollector/ConfigDataCollectorTest.php \Symfony\Component\HttpKernel\Tests\DataCollector\KernelForTest
Hierarchy
- class \Symfony\Component\HttpKernel\Kernel implements KernelInterface, TerminableInterface
- class \Symfony\Component\HttpKernel\Tests\DataCollector\KernelForTest
Expanded class hierarchy of KernelForTest
File
- vendor/
symfony/ http-kernel/ Tests/ DataCollector/ ConfigDataCollectorTest.php, line 62
Namespace
Symfony\Component\HttpKernel\Tests\DataCollectorView source
class KernelForTest extends Kernel {
public function getName() {
return 'testkernel';
}
public function registerBundles() {
}
public function getBundles() {
return array();
}
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 | 1 | |
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 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 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. | |
KernelForTest:: |
public | function |
Gets the registered bundle instances. Overrides Kernel:: |
|
KernelForTest:: |
public | function |
Gets the name of the kernel. Overrides Kernel:: |
|
KernelForTest:: |
public | function |
Returns an array of bundles to register. Overrides KernelInterface:: |
|
KernelForTest:: |
public | function |
Loads the container configuration. Overrides KernelInterface:: |