public function ContainerAwareHttpKernelTest::getProviderTypes in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/Tests/DependencyInjection/ContainerAwareHttpKernelTest.php \Symfony\Component\HttpKernel\Tests\DependencyInjection\ContainerAwareHttpKernelTest::getProviderTypes()
File
- vendor/
symfony/ http-kernel/ Tests/ DependencyInjection/ ContainerAwareHttpKernelTest.php, line 113
Class
- ContainerAwareHttpKernelTest
- @group legacy
Namespace
Symfony\Component\HttpKernel\Tests\DependencyInjectionCode
public function getProviderTypes() {
return array(
array(
HttpKernelInterface::MASTER_REQUEST,
),
array(
HttpKernelInterface::SUB_REQUEST,
),
);
}