From 4cdb2f454953fa6d52ebd39edc2bfc8421b0e5ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 19 Feb 2020 10:06:44 +0100 Subject: [PATCH] Issue #3009848 by jonathan1055, Sam152, Berdir, Mile23: Fully deprecate WorkflowDeleteAccessCheck --- core/modules/workflows/src/WorkflowDeleteAccessCheck.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/core/modules/workflows/src/WorkflowDeleteAccessCheck.php b/core/modules/workflows/src/WorkflowDeleteAccessCheck.php index a93e0eb3760..7ec66e07722 100644 --- a/core/modules/workflows/src/WorkflowDeleteAccessCheck.php +++ b/core/modules/workflows/src/WorkflowDeleteAccessCheck.php @@ -11,10 +11,8 @@ use Drupal\Core\Session\AccountInterface; * @internal * Marked as internal for use by the workflows module only. * - * @deprecated - * Using the _workflow_state_delete_access check is deprecated in Drupal 8.6.0 - * and will be removed before Drupal 9.0.0, you can use _workflow_access in - * route definitions instead. + * This is deprecated in drupal:8.6.0 and is removed from drupal:9.0.0. + * Use _workflow_access in route definitions instead. * @code * # The old approach: * requirements: