Method |
Description |
|
deleteByPath ( string $path, string $webspaceKey, string $languageCode, string $segmentKey = null ) |
Deletes given resource locator node. |
|
getParentPath ( string $uuid, string $webspaceKey, string $languageCode, string $segmentKey = null ) : string |
Returns resource locator for parent node. |
|
getUniquePath ( string $path, string $webspaceKey, string $languageCode, string $segmentKey = null ) : string |
Returns a unique path with "-1" if necessary. |
|
loadByContent ( PHPCR\NodeInterface $contentNode, string $webspaceKey, string $languageCode, string $segmentKey = null ) : string |
Returns path for given contentNode. |
|
loadByContentUuid ( string $uuid, string $webspaceKey, string $languageCode, string $segmentKey = null ) : string |
Returns path for given contentNode. |
|
loadByResourceLocator ( string $resourceLocator, string $webspaceKey, string $languageCode, string $segmentKey = null ) : string |
Returns the uuid of referenced content node. |
|
loadHistoryByContentUuid ( string $uuid, string $webspaceKey, string $languageCode, string $segmentKey = null ) : ResourceLocatorInformation[] |
Returns history for given contentNode. |
|
save ( Sulu\Component\Content\Document\Behavior\ResourceSegmentBehavior $document ) |
Saves the route for the given document. |
|
unique ( string $path, string $webspaceKey, string $languageCode, string $segmentKey = null ) : boolean |
Checks if given path is unique. |
|