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.
파일 보기 프로젝트 열기: neos/neos-development-collection

공개 메소드들

메소드 설명
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