PHP Interface Sulu\Component\Webspace\StructureProvider\WebspaceStructureProviderInterface

Show file Open project: sulu/sulu

Public Methods

Method Description
getStructures ( string $webspaceKey ) : Sulu\Component\Content\Structure\Page[] Returns page templates which are implemented in given webspace.

Method Details

getStructures() public method

Returns page templates which are implemented in given webspace.
public getStructures ( string $webspaceKey ) : Sulu\Component\Content\Structure\Page[]
$webspaceKey string
return Sulu\Component\Content\Structure\Page[]