PHP Interface Neos\Neos\TYPO3CR\NeosNodeServiceInterface

Inheritance: extends Neos\ContentRepository\Domain\Service\NodeServiceInterface
Afficher le fichier Open project: neos/neos-development-collection Interface Usage Examples

Méthodes publiques

Méthode Description
normalizePath ( string $path, string $referencePath = null, string $siteNodePath = null ) : string Normalizes the given node path to a reference path and returns an absolute path.

Method Details

normalizePath() public méthode

Normalizes the given node path to a reference path and returns an absolute path.
public normalizePath ( string $path, string $referencePath = null, string $siteNodePath = null ) : string
$path string The non-normalized path
$referencePath string a reference path in case the given path is relative.
$siteNodePath string Reference path to a site node. Relative paths starting with "~" will be based on the siteNodePath.
Résultat string The normalized absolute path