From 3d2cea1555f54e85d8f51091e299a7e9b14f264c Mon Sep 17 00:00:00 2001 From: Moshe Weitzman Date: Thu, 20 Jan 2022 13:39:11 -0500 Subject: [PATCH] Dont define entity-updates (#5038) * Dont define entity-updates * PHPCS --- src/Commands/LegacyCommands.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/Commands/LegacyCommands.php b/src/Commands/LegacyCommands.php index 791d83ab4a..df7086e896 100644 --- a/src/Commands/LegacyCommands.php +++ b/src/Commands/LegacyCommands.php @@ -4,18 +4,6 @@ class LegacyCommands extends DrushCommands { - /** - * Drupal removed its automatic entity-updates API in 8.7. See https://www.drupal.org/node/3034742. - * - * @command entity:updates - * @aliases entup,entity-updates - * @hidden - * @obsolete - */ - public function entityUpdates(): void - { - } - /** * The core:init command was removed. Please edit your .bashrc manually. *