PHP Класс Neos\Neos\Routing\NodeIdentityConverterAspect

On the long term, type converters should be able to convert the reverse direction as well, and then this aspect could be removed.
Показать файл Открыть проект

Открытые методы

Метод Описание
convertNodeToContextPathForRouting ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string | array Convert the object to its context path, if we deal with ContentRepository nodes.

Описание методов

convertNodeToContextPathForRouting() публичный Метод

Convert the object to its context path, if we deal with ContentRepository nodes.
public convertNodeToContextPathForRouting ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string | array
$joinPoint Neos\Flow\Aop\JoinPointInterface the joinpoint
Результат string | array the context path to be used for routing