search_api.links.action.yml 425 B

123456789101112131415
  1. entity.search_api_server.add_form:
  2. route_name: entity.search_api_server.add_form
  3. title: 'Add server'
  4. appears_on:
  5. - search_api.overview
  6. entity.search_api_index.add_form:
  7. route_name: entity.search_api_index.add_form
  8. title: 'Add index'
  9. appears_on:
  10. - search_api.overview
  11. search_api.execute_tasks:
  12. route_name: search_api.execute_tasks
  13. title: 'Execute pending tasks'
  14. appears_on:
  15. - search_api.overview