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.

Neos abstraction to simplify node uri building.

Immutable filter DTO for {NodeUriBuilder::uriFor()}

Interfaces

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