work_time-1.0.x-dev/work_time.routing.yml
work_time.routing.yml
entity.work_time.settings:
path: 'admin/structure/work-time'
defaults:
_form: '\Drupal\work_time\Form\WorkTimeSettingsForm'
_title: 'Work timeline'
requirements:
_permission: 'administer work time'
work_time.configuration:
path: '/admin/config/system/work-time'
defaults:
_form: '\Drupal\work_time\Form\WorkTimeConfigurationForm'
_title: 'Work time'
requirements:
_permission: 'administer work time'
work_time.timesheet:
path: '/worktime/timesheet'
defaults:
_controller: '\Drupal\work_time\Controller\WorktimeController::timesheet'
_title: 'Work time timesheet'
requirements:
_permission: 'create work time'
work_time.ajax_timesheet:
path: 'ajax/worktime/timesheet'
defaults:
_controller: '\Drupal\work_time\Controller\WorktimeController::ajaxTimesheet'
_title: 'Work time timesheet'
requirements:
_permission: 'view work time'
work_time.ajax_timegeneral:
path: '/ajax/worktime/timegeneral/{mode_display}/{mode_time}/{date}'
defaults:
_controller: '\Drupal\work_time\Controller\WorktimeController::ajaxTimeGeneral'
_title: 'Work time timesheet'
requirements:
_permission: 'view work time'
work_time.ajax_timeline:
path: '/ajax/work_time/timeline/{date}'
defaults:
_title: 'Work time visualization'
_controller: '\Drupal\work_time\Controller\WorktimeController::ajaxTimeline'
date: ''
requirements:
_permission: 'access content'
