Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / workflows / src / Entity / Workflow.php
index 2450fb78473d53ba7eeec5db3134e4ccf76f4605..3c7b06bcc98b32619f33106abb7f34906a144141 100644 (file)
@@ -16,6 +16,12 @@ use Drupal\workflows\WorkflowInterface;
  *   id = "workflow",
  *   label = @Translation("Workflow"),
  *   label_collection = @Translation("Workflows"),
+ *   label_singular = @Translation("workflow"),
+ *   label_plural = @Translation("workflows"),
+ *   label_count = @PluralTranslation(
+ *     singular = "@count workflow",
+ *     plural = "@count workflows",
+ *   ),
  *   handlers = {
  *     "access" = "Drupal\workflows\WorkflowAccessControlHandler",
  *     "list_builder" = "Drupal\workflows\WorkflowListBuilder",