You are here

protected property Routing::$routeConverters in Drupal 7 to 8/9 Module Upgrader 8

The route converters' plugin manager.

Type: \Drupal\Component\Plugin\PluginManagerInterface

File

src/Plugin/DMU/Converter/Routing.php, line 36

Class

Routing
Plugin annotation @Converter( id = "routing", description = @Translation("Converts parts of hook_menu() to the Drupal 8 routing system."), hook = "hook_menu", fixme = @Translation("@FIXME This implementation of hook_menu() cannot be automatically…

Namespace

Drupal\drupalmoduleupgrader\Plugin\DMU\Converter

Code

protected $routeConverters;