Sulu\Component\Webspace\StructureProvider\WebspaceStructureProviderInterface::getStructures PHP Method

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[]
    public function getStructures($webspaceKey);
WebspaceStructureProviderInterface