public function KernelForTest::getBundleMap in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/Tests/Fixtures/KernelForTest.php \Symfony\Component\HttpKernel\Tests\Fixtures\KernelForTest::getBundleMap()
File
- vendor/
symfony/ http-kernel/ Tests/ Fixtures/ KernelForTest.php, line 19
Class
Namespace
Symfony\Component\HttpKernel\Tests\FixturesCode
public function getBundleMap() {
return $this->bundleMap;
}