Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManagerInterface::load PHP Method

load() public method

Load default snippet for given type.
public load ( string $webspaceKey, string $type, string $locale ) : SnippetDocument
$webspaceKey string
$type string
$locale string
return Sulu\Bundle\SnippetBundle\Document\SnippetDocument
    public function load($webspaceKey, $type, $locale);