You are here

live_weather.routing.yml in Live Weather 8

Same filename and directory in other branches
  1. 8.2 live_weather.routing.yml

File

live_weather.routing.yml
View source
  1. live_weather.location:
  2. path: '/admin/config/services/live_weather/location'
  3. defaults:
  4. _controller: '\Drupal\live_weather\Controller\LiveWeatherController::locationList'
  5. _title: 'Live Weather'
  6. requirements:
  7. _permission: 'live_weather configuration'
  8. live_weather.settings:
  9. path: '/admin/config/services/live_weather/settings'
  10. defaults:
  11. _form: 'Drupal\live_weather\Form\LiveWeatherSettingsForm'
  12. _title: 'Weather Settings'
  13. requirements:
  14. _permission: 'live_weather configuration'
  15. live_weather.delete:
  16. path: '/admin/config/services/live_weather/location/delete/{woeid}'
  17. defaults:
  18. _form: 'Drupal\live_weather\Form\LiveWeatherDeleteForm'
  19. title: 'Weather Delete'
  20. requirements:
  21. _permission: 'live_weather configuration'