|
#[Flow\Around('method(' . LinkingService::class . '->createNodeUri())')] |
The LinkingServiceAspect is depreacted with Neos 9:
with Neos 9. Please use the new {@see NodeUriBuilder} instead and for resolving a relative node path {@see NodePathResolver::resolveNodeAddressByPath()} or utilize the {@see LinkHelper} from Fusion
We should replace the usage.
Flowpack.SeoRouting/Classes/LinkingServiceAspect.php
Line 32 in fca5d1a
The LinkingServiceAspect is depreacted with Neos 9:
with Neos 9. Please use the new {@see NodeUriBuilder} instead and for resolving a relative node path {@see NodePathResolver::resolveNodeAddressByPath()} or utilize the {@see LinkHelper} from FusionWe should replace the usage.