Property | Type | Description | |
---|---|---|---|
$transliterationService |
Method | Description | |
---|---|---|
generateUriPathSegment ( Neos\ContentRepository\Domain\Model\NodeInterface $node = null, string $text = null ) : string | Generates a URI path segment for a given node taking it's language dimension into account | |
setUniqueUriPathSegment ( Neos\ContentRepository\Domain\Model\NodeInterface $node ) : void | Sets the best possible uriPathSegment for the given Node. |
public generateUriPathSegment ( Neos\ContentRepository\Domain\Model\NodeInterface $node = null, string $text = null ) : string | ||
$node | Neos\ContentRepository\Domain\Model\NodeInterface | Optional node to determine language dimension |
$text | string | Optional text |
return | string |
public static setUniqueUriPathSegment ( Neos\ContentRepository\Domain\Model\NodeInterface $node ) : void | ||
$node | Neos\ContentRepository\Domain\Model\NodeInterface | |
return | void |