Method | Description | |
---|---|---|
__construct ( Sulu\Component\Webspace\Manager\WebspaceManagerInterface $webspaceManager, Sulu\Component\Webspace\Url\WebspaceUrlProviderInterface $webspaceUrlProvider, $environment ) | ||
getSubscribedEvents ( ) | ||
onPostSerialize ( JMS\Serializer\EventDispatcher\ObjectEvent $event ) |
Method | Description | |
---|---|---|
appendCustomUrls ( |
Extract custom-url and add them to serialization. | |
appendPortalInformation ( |
Extract portal-information and add them to serialization. | |
appendUrls ( |
Extract urls and add them to serialization. | |
getCustomUrlsForEnvironment ( |
Returns custom-url data with the connected locales. |
public __construct ( Sulu\Component\Webspace\Manager\WebspaceManagerInterface $webspaceManager, Sulu\Component\Webspace\Url\WebspaceUrlProviderInterface $webspaceUrlProvider, $environment ) | ||
$webspaceManager | Sulu\Component\Webspace\Manager\WebspaceManagerInterface | |
$webspaceUrlProvider | Sulu\Component\Webspace\Url\WebspaceUrlProviderInterface |
public onPostSerialize ( JMS\Serializer\EventDispatcher\ObjectEvent $event ) | ||
$event | JMS\Serializer\EventDispatcher\ObjectEvent |