Namespaces

Classes

A route part handler for finding nodes in the website's frontend. Like every RoutePartHandler, this handles both directions:

  • from URL to NodeAddress (via {EventSourcedFrontendNodeRoutePartHandler::matchWithParameters})
  • from NodeAddress to URL (via {EventSourcedFrontendNodeRoutePartHandler::resolveWithParameters})

Can resolve the target for a given shortcut.

Builds URIs to nodes, taking workspace (live / shared / user) into account.

Interfaces

Marker interface which can be used to replace the currently used FrontendNodeRoutePartHandler, to e.g. use the one with localization support.