rest_example.links.menu.yml

Same filename in other branches
  1. 3.x modules/rest_example/rest_example.links.menu.yml
modules/rest_example/rest_example.links.menu.yml

File

modules/rest_example/rest_example.links.menu.yml

View source
  1. # This file contains entries that will appear in the "Tool" menu.
  2. # Help page
  3. rest_example:
  4. title: 'REST Example'
  5. description: 'How to use the REST example module'
  6. route_name: rest_example.getting_started
  7. expanded: TRUE
  8. # Creates a link that points to the page where we can setup the REST client, so
  9. # that it will know where the server resides, and how to authenticate.
  10. rest_example.settings:
  11. title: 'Client Settings'
  12. description: 'Callback for REST client settings form.'
  13. route_name: rest_example.client_settings
  14. # This link points to the page where all the magic happens: The display of the
  15. # nodes on the remote server, and from where we can create, edit and delete them
  16. # too.
  17. rest_example.actions:
  18. title: 'Client Actions'
  19. description: 'Callback for REST client action form.'
  20. route_name: rest_example.client_actions_index