PHP Interface Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtensionInterface

Inheritance: extends Twig_ExtensionInterface
Show file Open project: sulu/sulu Interface Usage Examples

Public Methods

Method Description
getFunctions ( )
load ( string $uuid ) : array Returns resolved content for uuid.
loadParent ( string $uuid ) : array Returns resolved content for parent of given uuid.

Method Details

getFunctions() public method

public getFunctions ( )

load() public method

Returns resolved content for uuid.
public load ( string $uuid ) : array
$uuid string
return array

loadParent() public method

Returns resolved content for parent of given uuid.
public loadParent ( string $uuid ) : array
$uuid string
return array