public function RouteConverterInterface::getName in Drupal 7 to 8/9 Module Upgrader 8
Generates the route's machine-readable name.
Return value
string
1 method overrides RouteConverterInterface::getName()
- ContentRoute::getName in src/
Plugin/ DMU/ Routing/ ContentRoute.php - Generates the route's machine-readable name.
File
- src/
Routing/ RouteConverterInterface.php, line 24
Class
- RouteConverterInterface
- 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.
Namespace
Drupal\drupalmoduleupgrader\RoutingCode
public function getName(TargetInterface $target, RouteWrapper $route);