getLayoutTemplate() 공개 메소드

Returns the template to use for given layout.
public getLayoutTemplate ( string $layoutIdentifier ) : string
$layoutIdentifier string
리턴 string
 /**
  * @expectedException OutOfBoundsException
  *
  * @covers eZ\Publish\Core\FieldType\Page\PageService::getLayoutTemplate
  */
 public function testGetLayoutTemplateInvalidLayout()
 {
     $this->pageService->getLayoutTemplate('invalid_layout');
 }