You are here

namespace Drupal\drupalmoduleupgrader\Routing in Drupal 7 to 8/9 Module Upgrader 8

Classsort descending Location Description
HookMenu src/Routing/HookMenu.php This class is a conversion map for hook_menu().
LinkIndex src/Routing/LinkIndex.php Represents a set of link bindings of a single type (i.e., menu links, local tasks, etc.)
ParameterBinding src/Routing/ParameterBinding.php Represents a binding between a single callback parameter and a single path component in a Drupal 8 route path, possibly affected by an argument.
ParameterMap src/Routing/ParameterMap.php Represents a set of parameter bindings for a particular path, callback, and set of arguments.
RouteConverterInterface src/Routing/RouteConverterInterface.php Defines a route converter, which converts a Drupal 7 router item to a Drupal 8 Symfony route. These plugins are NOT responsible for converting *links* (including tabs or local actions), only the actual route.
RouterBase src/Routing/RouterBase.php Base class for RouterInterface implementations.
RouterBuiltEvent src/Routing/RouterBuiltEvent.php Event object fired when all routes have been added to a RouterInterface implementation.
RouterInterface src/Routing/RouterInterface.php Defines a collection of routes, each wrapped by an implementation of RouteWrapperInterface in order to normalize the gaping differences between Drupal 7 and Drupal 8 routes.
RouteWrapperInterface src/Routing/RouteWrapperInterface.php Common interface implemented by classes which wrap around Drupal 7 or Drupal 8 routes.