Issue #3203147 by richardbporter, ayushmishra206: Update @todo comment in EntityBundleListenerInterface

merge-requests/467/head
catch 2021-03-24 15:44:16 +00:00
parent 92e2dafedc
commit affb6d1a84
1 changed files with 0 additions and 2 deletions

View File

@ -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 {