-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathomdb_api.links.task.yml
35 lines (33 loc) · 1.08 KB
/
omdb_api.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.omdb_api.view:
# title: 'View'
# route_name: entity.omdb_api.canonical
# base_route: entity.omdb_api.canonical
# entity.omdb_api.edit_form:
# title: 'Edit'
# route_name: entity.omdb_api.edit_form
# base_route: entity.omdb_api.canonical
# entity.omdb_api.delete_form:
# title: 'Delete'
# route_name: entity.omdb_api.delete_form
# base_route: entity.omdb_api.canonical
# weight: 10
# entity.omdb_api_type.edit_form:
# title: 'Edit'
# route_name: entity.omdb_api_type.edit_form
# base_route: entity.omdb_api_type.edit_form
# entity.omdb_api_type.collection:
# title: 'List'
# route_name: entity.omdb_api_type.collection
# base_route: entity.omdb_api_type.collection
# entity.omdb_api.version_history:
# route_name: entity.omdb_api.version_history
# base_route: entity.omdb_api.canonical
# title: 'Revisions'
entity.omdb_api.collection:
title: 'OMDB APIs'
route_name: entity.omdb_api.collection
base_route: system.admin_content
weight: 10
entity.omdb_api.local_tasks:
deriver: 'Drupal\omdb_api\Plugin\Derivative\OmdbApiDynamicLocalTasks'
weight: 100