From d13d2443e2fe2b03dfd684a6d71c010abf73dcee Mon Sep 17 00:00:00 2001 From: Daniel Wehner <daniel@tag1consulting.com> Date: Sun, 14 Feb 2016 19:04:47 +0100 Subject: [PATCH] Remove wrong function from the EnhancedEntity class --- .../entity_module_test/src/Entity/EnhancedEntity.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/modules/entity_module_test/src/Entity/EnhancedEntity.php b/tests/modules/entity_module_test/src/Entity/EnhancedEntity.php index 62dd678..a324b39 100644 --- a/tests/modules/entity_module_test/src/Entity/EnhancedEntity.php +++ b/tests/modules/entity_module_test/src/Entity/EnhancedEntity.php @@ -81,11 +81,4 @@ class EnhancedEntity extends RevisionableContentEntityBase { return $fields; } - /** - * {@inheritdoc} - */ - protected function urlRouteParameters($rel) { - return $this->urlRouteParametersWithRevisionSupport($rel); - } - } -- GitLab