Issue #3009848 by jonathan1055, Sam152, Berdir, Mile23: Fully deprecate WorkflowDeleteAccessCheck
parent
e3221b6ddc
commit
4cdb2f4549
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue