-
Notifications
You must be signed in to change notification settings - Fork 0
/
ocha_content_classification.links.task.yml
35 lines (29 loc) · 1.26 KB
/
ocha_content_classification.links.task.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
entity.ocha_classification_workflow.collection:
title: 'List'
route_name: entity.ocha_classification_workflow.collection
base_route: entity.ocha_classification_workflow.collection
entity.ocha_classification_workflow.edit_form:
title: 'Edit'
route_name: entity.ocha_classification_workflow.edit_form
base_route: entity.ocha_classification_workflow.edit_form
entity.ocha_classification_workflow.fields:
title: 'Fields'
route_name: entity.ocha_classification_workflow.fields_form
base_route: entity.ocha_classification_workflow.edit_form
entity.ocha_classification_workflow.classifier:
title: 'Classifier'
route_name: entity.ocha_classification_workflow.classifier_form
base_route: entity.ocha_classification_workflow.edit_form
entity.ocha_classification_workflow.delete_form:
title: 'Delete'
route_name: entity.ocha_classification_workflow.delete_form
base_route: entity.ocha_classification_workflow.edit_form
weight: 10
# ocha_content_classification.requeue:
# title: 'Requeue for classification'
# route_name: ocha_content_classification.requeue
# base_route: entity.node.canonical
# weight: 50
ocha_content_classification.requeue:
deriver: 'Drupal\ocha_content_classification\Plugin\Derivative\RequeueClassificationLocalTask'
weight: 50