Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / workflows / src / WorkflowDeleteAccessCheck.php
index df3b7dd27017c86bc00eaea23eec7487525d68ba..adbcddd95d45c64ca781c2d500e6ad0c7e61e307 100644 (file)
@@ -11,6 +11,10 @@ use Symfony\Component\Routing\Route;
 
 /**
  * Provides a access checker for deleting a workflow state.
+ *
+ * @internal
+ *   Marked as internal until it's validated this should form part of the public
+ *   API in https://www.drupal.org/node/2897148.
  */
 class WorkflowDeleteAccessCheck implements AccessInterface {