PHP Interface Sulu\Bundle\PreviewBundle\Preview\Renderer\KernelFactoryInterface

Show file Open project: sulu/sulu Interface Usage Examples

Public Methods

Method Description
create ( string $environment ) : Symfony\Component\HttpKernel\KernelInterface Create new kernel for a single preview master-request.

Method Details

create() public method

Create new kernel for a single preview master-request.
public create ( string $environment ) : Symfony\Component\HttpKernel\KernelInterface
$environment string
return Symfony\Component\HttpKernel\KernelInterface