You are here

redhen_dedupe.routing.yml in RedHen CRM 8

modules/redhen_dedupe/redhen_dedupe.routing.yml

File

modules/redhen_dedupe/redhen_dedupe.routing.yml
View source
  1. redhen_dedupe.list_page:
  2. path: '/admin/config/redhen/dedupe'
  3. defaults:
  4. _title: 'Find duplicate contacts'
  5. _controller: '\Drupal\redhen_dedupe\Controller\DefaultController::redhenDedupeListPage'
  6. requirements:
  7. _permission: 'administer redhen contacts'
  8. redhen_dedupe.merge_form:
  9. path: '/admin/config/redhen/dedupe/merge/{entity_ids}'
  10. defaults:
  11. _title: 'Select a primary contact'
  12. _form: \Drupal\redhen_dedupe\Form\RedhenDedupeMergeForm
  13. requirements:
  14. _permission: 'administer redhen contacts'