diff -u b/core/modules/comment/comment.routing.yml b/core/modules/comment/comment.routing.yml --- b/core/modules/comment/comment.routing.yml +++ b/core/modules/comment/comment.routing.yml @@ -135,7 +135,7 @@ path: '/admin/structure/comment/manage/{comment_type}' defaults: _entity_form: 'comment_type.edit' - _title_callback: '\Drupal\comment\Controller\CommentTypeController::commentTypeTitle' + _title_callback: '\Drupal\Core\Entity\Controller\EntityController::title' requirements: _entity_access: 'comment_type.update' options: reverted: --- b/core/modules/comment/src/Controller/CommentTypeController.php +++ /dev/null @@ -1,27 +0,0 @@ -label(); - } - -}