You are here

farm_ui_dashboard.routing.yml in farmOS 2.x

modules/core/ui/dashboard/farm_ui_dashboard.routing.yml

File

modules/core/ui/dashboard/farm_ui_dashboard.routing.yml
View source
  1. farm.dashboard:
  2. path: '/dashboard'
  3. defaults:
  4. _title: 'Dashboard'
  5. _controller: '\Drupal\farm_ui_dashboard\Controller\DashboardController::dashboard'
  6. requirements:
  7. _permission: 'access farm dashboard'