From affb6d1a849da7b3a453abbef49d66073100b77c Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Wed, 24 Mar 2021 15:44:16 +0000 Subject: [PATCH] Issue #3203147 by richardbporter, ayushmishra206: Update @todo comment in EntityBundleListenerInterface --- core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php b/core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php index b9cba3bb31cd..5649f4620ed7 100644 --- a/core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php +++ b/core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php @@ -4,8 +4,6 @@ /** * An interface for reacting to entity bundle creation and deletion. - * - * @todo Convert to Symfony events: https://www.drupal.org/node/2332935 */ interface EntityBundleListenerInterface { -- GitLab