You are here

bibcite_entity.links.task.yml in Bibliography & Citation 2.0.x

Same filename and directory in other branches
  1. 8 modules/bibcite_entity/bibcite_entity.links.task.yml
modules/bibcite_entity/bibcite_entity.links.task.yml

File

modules/bibcite_entity/bibcite_entity.links.task.yml
View source
  1. # Reference routing definition
  2. entity.bibcite_reference_type.edit_form:
  3. title: 'Edit'
  4. route_name: entity.bibcite_reference_type.edit_form
  5. base_route: entity.bibcite_reference_type.edit_form
  6. entity.bibcite_reference.admin:
  7. title: Bibliography
  8. route_name: entity.bibcite_reference.collection
  9. base_route: system.admin_content
  10. weight: 50
  11. entity.bibcite_reference.collection:
  12. route_name: entity.bibcite_reference.collection
  13. parent_id: entity.bibcite_reference.admin
  14. title: References
  15. # Contributor routing definition
  16. entity.bibcite_contributor.canonical:
  17. route_name: entity.bibcite_contributor.canonical
  18. base_route: entity.bibcite_contributor.canonical
  19. title: 'View'
  20. entity.bibcite_contributor.edit_form:
  21. route_name: entity.bibcite_contributor.edit_form
  22. base_route: entity.bibcite_contributor.canonical
  23. title: Edit
  24. entity.bibcite_contributor.delete_form:
  25. route_name: entity.bibcite_contributor.delete_form
  26. base_route: entity.bibcite_contributor.canonical
  27. title: Delete
  28. weight: 10
  29. entity.bibcite_contributor.collection:
  30. route_name: entity.bibcite_contributor.collection
  31. parent_id: entity.bibcite_reference.admin
  32. title: Contributors
  33. # Keyword routing definition
  34. entity.bibcite_keyword.canonical:
  35. route_name: entity.bibcite_keyword.canonical
  36. base_route: entity.bibcite_keyword.canonical
  37. title: 'View'
  38. entity.bibcite_keyword.edit_form:
  39. route_name: entity.bibcite_keyword.edit_form
  40. base_route: entity.bibcite_keyword.canonical
  41. title: Edit
  42. entity.bibcite_keyword.delete_form:
  43. route_name: entity.bibcite_keyword.delete_form
  44. base_route: entity.bibcite_keyword.canonical
  45. title: Delete
  46. weight: 10
  47. entity.bibcite_keyword.collection:
  48. route_name: entity.bibcite_keyword.collection
  49. parent_id: entity.bibcite_reference.admin
  50. title: Keywords
  51. # Admin routing definition
  52. bibcite_entity.reference:
  53. route_name: bibcite_entity.reference.settings
  54. title: 'References'
  55. base_route: bibcite_entity.reference.settings
  56. bibcite_entity.reference.settings:
  57. route_name: bibcite_entity.reference.settings
  58. title: 'Settings'
  59. parent_id: bibcite_entity.reference
  60. bibcite_entity.reference.links:
  61. route_name: bibcite_entity.reference.settings.links
  62. title: 'Links'
  63. parent_id: bibcite_entity.reference
  64. bibcite_entity.reference.types:
  65. route_name: entity.bibcite_reference_type.collection
  66. title: 'Types'
  67. parent_id: bibcite_entity.reference
  68. bibcite_entity.contributor:
  69. route_name: bibcite_entity.contributor.settings
  70. title: 'Contributors'
  71. base_route: bibcite_entity.contributor.settings
  72. bibcite_entity.contributor.settings:
  73. route_name: bibcite_entity.contributor.settings
  74. title: 'Settings'
  75. parent_id: bibcite_entity.contributor
  76. bibcite_entity.contributor.category:
  77. route_name: entity.bibcite_contributor_category.collection
  78. title: 'Categories'
  79. parent_id: bibcite_entity.contributor
  80. bibcite_entity.contributor.role:
  81. route_name: entity.bibcite_contributor_role.collection
  82. title: 'Roles'
  83. parent_id: bibcite_entity.contributor
  84. bibcite_entity.keyword:
  85. route_name: bibcite_entity.keyword.settings
  86. title: 'Keywords'
  87. base_route: bibcite_entity.keyword.settings
  88. bibcite_entity.mapping:
  89. route_name: bibcite_entity.mapping.csl
  90. title: 'Mapping'
  91. base_route: bibcite.settings
  92. bibcite_entity.mapping.csl:
  93. route_name: bibcite_entity.mapping.csl
  94. title: 'CSL'
  95. parent_id: bibcite_entity.mapping
  96. bibcite_entity.mapping.format:
  97. route_name: bibcite_entity.mapping
  98. parent_id: bibcite_entity.mapping
  99. deriver: '\Drupal\bibcite_entity\Plugin\Derivative\FormatLocalTask'
  100. bibcite_entity.merge:
  101. deriver: 'Drupal\bibcite_entity\Plugin\Derivative\MergeLocalTask'
  102. title: 'Merge'
  103. weight: 10