diff --git a/core/modules/taxonomy/src/Entity/VocabularyRouteProvider.php b/core/modules/taxonomy/src/Entity/VocabularyRouteProvider.php new file mode 100644 index 0000000..bc073d3 --- /dev/null +++ b/core/modules/taxonomy/src/Entity/VocabularyRouteProvider.php @@ -0,0 +1,31 @@ +label()" instead of + // "Edit $vocabulary->label()". + $route->setDefault('_title_callback', '\Drupal\taxonomy\Controller\TaxonomyController::vocabularyTitle'); + + return $route; + } + +}