Issue #3009848 by jonathan1055, Sam152, Berdir, Mile23: Fully deprecate WorkflowDeleteAccessCheck

merge-requests/64/head
Gábor Hojtsy 2020-02-19 10:06:44 +01:00
parent e3221b6ddc
commit 4cdb2f4549
1 changed files with 2 additions and 4 deletions

View File

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