diff --git a/core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php b/core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php index b9cba3bb31c..5649f4620ed 100644 --- a/core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php +++ b/core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php @@ -4,8 +4,6 @@ namespace Drupal\Core\Entity; /** * An interface for reacting to entity bundle creation and deletion. - * - * @todo Convert to Symfony events: https://www.drupal.org/node/2332935 */ interface EntityBundleListenerInterface {